ignore node_modules in git and docker build
@@ -2,4 +2,5 @@
project.lock.json
bin/
obj/
-.vs/
+.vs/
+node_modules/
@@ -0,0 +1 @@