Prevent sending node_modules/ and dist/ to dockerd

This commit is contained in:
Raymonzut
2020-04-15 14:16:23 +02:00
parent 97bb821f02
commit 4fb2473c8c
Executable → Regular
+2 -1
View File
@@ -1,3 +1,4 @@
node_modules
**/node_modules
**/dist
.git
.gitignore