mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
chore(nvim): ignore spell file changes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,4 +26,6 @@ config/iterm2/AppSupport
|
||||
config/gnupg/S.*
|
||||
config/gnupg/s
|
||||
config/gnupg/private-keys-v1.d
|
||||
config/nvim/spell/*
|
||||
!config/nvim/spell/.gitkeep
|
||||
|
||||
|
||||
3
config/nvim/.gitignore
vendored
Normal file
3
config/nvim/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
spell/*
|
||||
!spell/.gitkeep
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user