Update the gitignore for the new directory stucture
This commit is contained in:
parent
33ca09808e
commit
05bdaf9efd
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
# User ignored files
|
# User ignored files
|
||||||
config.toml
|
server/config.toml
|
||||||
*.json
|
*.json
|
||||||
!package-lock.json
|
!server/package-lock.json
|
||||||
!package.json
|
!server/package.json
|
||||||
|
|
||||||
# Node files
|
# Node files
|
||||||
node_modules
|
node_modules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue