Add docker and git ignore files

This commit is contained in:
Zsombor Welker 2022-04-19 13:52:03 +02:00
parent a61e136d9b
commit 2f99fcb625
2 changed files with 3 additions and 0 deletions

2
.dockerignore Normal file
View file

@ -0,0 +1,2 @@
node_modules
backend/test

1
backend/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
node_modules