home/git: move spell ignore to repo gitignore

This commit is contained in:
Primrose 2025-09-18 10:05:45 +08:00
parent 336d9ec2ae
commit 1bb492aa78
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 2 additions and 5 deletions

4
.gitignore vendored
View file

@ -1,5 +1,5 @@
# nd outputs
nix-diff-*
# Spell files will be downloaded at runtime
.config/nvim/spell/
# XMonad
**/xmonad/dist-newstyle/

View file

@ -45,9 +45,6 @@
# pre-commit
".pre-commit-config.yaml"
# dotfiles
".config/nvim/spell/"
];
};