nix/home/neovim/config/.gitignore
2025-11-19 21:25:54 -06:00

35 lines
294 B
Text

# Lua
*.lua~
*.luac
luac.out
# Neovim
*.sw?
*.un~
.netrwhist
*~
# Compiled files
*.o
*.so
*.dylib
# Package managers
lua_modules/
# macOS
.DS_Store
# Editor directories and files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
# Lazy.nvim plugin directory
lazy-lock.json
# Debugging
*.log