From 22316c08220a29823c21b599dbb20f9c878934ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Thu, 6 Mar 2025 20:48:53 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 29d9cba..62eef25 100644 --- a/.gitignore +++ b/.gitignore @@ -8,16 +8,17 @@ .tmux/plugins/tmux-resurrect/ .tmux/resurrect/ .vim/.netrwhist/ -.vim/bundle/vim-fugitive/ .vim/bundle/ack.vim/ .vim/bundle/gundo.vim/ -.vim/bundle/nerdtree/ .vim/bundle/nerdtree-git-plugin/ +.vim/bundle/nerdtree/ +.vim/bundle/supertab .vim/bundle/syntastic/ .vim/bundle/vim-airline/ +.vim/bundle/vim-fugitive/ .vim/bundle/vim-markdown/ .vim/bundle/vim-tmux/ iTerm2 misc/Cobalt2-iterm/ -tmux.start.sh -.vim/bundle/supertab \ No newline at end of file +package-lock.json +tmux.start.sh \ No newline at end of file