Gitignore all dot-prefixed folders at the root except .vscode and .github
This commit is contained in:
parent
71c091e04a
commit
4c11a21d09
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,7 +3,9 @@ node_modules/
|
|||
*.bak.*
|
||||
references.txt
|
||||
references/
|
||||
.styles/
|
||||
/.*/
|
||||
!/.vscode/
|
||||
!/.github/
|
||||
/foundry.js
|
||||
*.lock
|
||||
*.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue