Spaces:
Runtime error
Runtime error
Create .dockerignore
Browse files- .dockerignore +5 -0
.dockerignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
node_modules
|
2 |
+
npm-debug.log
|
3 |
+
.git
|
4 |
+
.gitignore
|
5 |
+
.DS_Store
|