SquadJS/.gitignore
Marek ff7a2f089d
Added VS to .gitignore
This will prevent the files the Visual Studio creates when editing the repo.
2022-02-12 14:37:26 -06:00

15 lines
128 B
Plaintext

# Project Files
*.sqlite
*.tmp
config-test*.json
# Dependencies
node_modules/
package-lock.json
yarn.lock
# IDEs
.idea/
.vs/