Fix .gitignore

This commit is contained in:
Douglas Barone 2022-05-31 15:17:18 -04:00
parent 505d142f00
commit bc4fab24c1
2 changed files with 2 additions and 2 deletions

1
server/.Dockerignore Normal file
View File

@ -0,0 +1 @@
node_modules/

3
server/.gitignore vendored
View File

@ -5,5 +5,4 @@ config/
dist/ dist/
generated/ generated/
node_modules/ node_modules/
* *.log
.log