10 lines
203 B
Text
10 lines
203 B
Text
# Temporary / swap files
|
|
*.swp
|
|
*~
|
|
# Neovim caches (these live outside anyway, but just in case)
|
|
.cache/
|
|
# Lazy.nvim runtime (never commit the downloaded plugins)
|
|
.lazy/
|
|
# OS-specific
|
|
.DS_Store
|
|
Thumbs.db
|