0
0
Fork 0

Update the gitignore for the new directory stucture

This commit is contained in:
Oliver-Akins 2021-09-24 22:58:45 -06:00
parent 33ca09808e
commit 05bdaf9efd

6
.gitignore vendored
View file

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