Add .git, bin, and docs to the .dockerignore

This commit is contained in:
Gabe Cook
2018-11-30 05:44:22 +00:00
parent 9cb9ea6ab5
commit aeca31d06a

View File

@@ -1,4 +1,7 @@
.git
.idea
/bin
/dist
/docs
/npm-debug.log
node_modules node_modules
npm-debug.log
dist
.idea