0
0
Fork 0

Add all JSON files to the gitignore

This commit is contained in:
Oliver-Akins 2021-07-15 14:18:28 -06:00
parent 3f60594d54
commit a18b73fe52

3
.gitignore vendored
View file

@ -1,5 +1,8 @@
# User ignored files
config.toml
*.json
!package-lock.json
!package.json
# Node files
node_modules