chore(nvim): ignore spell file changes

This commit is contained in:
2024-09-30 02:46:30 +03:00
parent 8accd4a60b
commit 120345b562
4 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@@ -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
View File

@@ -0,0 +1,3 @@
spell/*
!spell/.gitkeep

Binary file not shown.