Gitignore all dot-prefixed folders at the root except .vscode and .github

This commit is contained in:
Oliver-Akins 2024-03-25 23:34:48 -06:00
parent 71c091e04a
commit 4c11a21d09

4
.gitignore vendored
View file

@ -3,7 +3,9 @@ node_modules/
*.bak.*
references.txt
references/
.styles/
/.*/
!/.vscode/
!/.github/
/foundry.js
*.lock
*.zip