From e8bc313d4ff8d672928e4e07d6a6f8c42c9a9a43 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 30 Sep 2021 10:55:34 -0700 Subject: [PATCH] nvim: Update ignore folders --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99c19f4..89b8677 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,11 @@ .DS_Store .pre_commit_env/ tags +neovim/backup/ +neovim/plugged/ +neovim/plugin +neovim/spell/ +neovim/tmp/ vim/.netrwhist vim/UltiSnips vim/autoload/plug.vim @@ -14,5 +19,3 @@ vim/spell/ vim/tmp/ vim/tmp/viminfo.* vim/view/ -neovim/tmp -neovim/plugin