fix(git): add after and queries to gitignore

This commit is contained in:
Micah Halter
2023-06-29 08:44:25 -04:00
parent de39023c96
commit 70dd3f8f27
+16 -14
View File
@@ -1,47 +1,49 @@
# Project gitignore # Project gitignore
!colors/astronvim.lua .luarc.json
colors/* after
coc-settings.json
colors
docs docs
ftplugin
ginit.vim ginit.vim
lua/user lua/user
plugin
ftplugin
spell
.luarc.json
neoconf.json neoconf.json
plugin
queries
spell
# Global gitignore # Global gitignore
# ---------------- # ----------------
# Mac OS X # Mac OS X
.DS_Store
.AppleDouble .AppleDouble
.DS_Store
.LSOverride .LSOverride
._* ._*
# Windoze # Windoze
$RECYCLE.BIN/
Thumbs.db Thumbs.db
Thumbs.db:encryptable Thumbs.db:encryptable
ehthumbs.db ehthumbs.db
ehthumbs_vista.db ehthumbs_vista.db
$RECYCLE.BIN/
# (Neo)Vim # (Neo)Vim
*~
.netrwhist
Session.vim
Sessionx.vim
[._]*.s[a-v][a-z] [._]*.s[a-v][a-z]
[._]*.sw[a-p] [._]*.sw[a-p]
[._]s[a-rt-v][a-z] [._]s[a-rt-v][a-z]
[._]ss[a-gi-z] [._]ss[a-gi-z]
[._]sw[a-p] [._]sw[a-p]
Session.vim
Sessionx.vim
.netrwhist
*~
tags
[._]*.un~ [._]*.un~
tags
# VS Code # VS Code
.vscode
.history .history
.vscode
# JetBrains # JetBrains
.idea .idea