diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..417200d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.spl linguist-generated +*.sug linguist-generated +spell/** linguist-vendored +markdown.css linguist-vendored +lazy-lock.json linguist-generated diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74c12e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dotfiles/nvim/spell/*.spl +dotfiles/nvim/spell/*.sug +dotfiles/nvim/lazy-lock.json diff --git a/dotfiles/nvim/spell/en.utf-8.add.spl b/dotfiles/nvim/spell/en.utf-8.add.spl deleted file mode 100644 index 6bf9006..0000000 Binary files a/dotfiles/nvim/spell/en.utf-8.add.spl and /dev/null differ diff --git a/dotfiles/nvim/spell/fr.utf-8.add.spl b/dotfiles/nvim/spell/fr.utf-8.add.spl deleted file mode 100644 index 23bc7c7..0000000 Binary files a/dotfiles/nvim/spell/fr.utf-8.add.spl and /dev/null differ diff --git a/dotfiles/nvim/spell/fr.utf-8.spl b/dotfiles/nvim/spell/fr.utf-8.spl deleted file mode 100644 index b045682..0000000 Binary files a/dotfiles/nvim/spell/fr.utf-8.spl and /dev/null differ diff --git a/dotfiles/nvim/spell/fr.utf-8.sug b/dotfiles/nvim/spell/fr.utf-8.sug deleted file mode 100644 index df555d2..0000000 Binary files a/dotfiles/nvim/spell/fr.utf-8.sug and /dev/null differ