From 70dd3f8f274c908e231a7a07b66592dfe0479197 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 29 Jun 2023 07:54:32 -0400 Subject: [PATCH] fix(git): add after and queries to gitignore --- .gitignore | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index c736ab8..ede40eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,47 +1,49 @@ # Project gitignore -!colors/astronvim.lua -colors/* +.luarc.json +after +coc-settings.json +colors docs +ftplugin ginit.vim lua/user -plugin -ftplugin -spell -.luarc.json neoconf.json +plugin +queries +spell # Global gitignore # ---------------- # Mac OS X -.DS_Store .AppleDouble +.DS_Store .LSOverride ._* # Windoze +$RECYCLE.BIN/ Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db -$RECYCLE.BIN/ # (Neo)Vim +*~ +.netrwhist +Session.vim +Sessionx.vim [._]*.s[a-v][a-z] [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] [._]sw[a-p] -Session.vim -Sessionx.vim -.netrwhist -*~ -tags [._]*.un~ +tags # VS Code -.vscode .history +.vscode # JetBrains .idea