chore: add more config, cache, and temp files to .gitignore

This commit is contained in:
AJ ONeal
2024-09-14 17:05:44 +00:00
parent 7c62699a43
commit deb8f37f8f

5
.gitignore vendored
View File

@@ -4,11 +4,16 @@ install-*.bat
install-*.ps1
# local config
.env.*
*.env
.env
!example.env
# caches
_cache/
node_modules/
# temporary & backup files
.*.sw*
*.bak
*.bak.*