From aeca31d06a1a19240462b26195d1d9a0d2bd31cc Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Fri, 30 Nov 2018 05:44:22 +0000 Subject: [PATCH] Add .git, bin, and docs to the .dockerignore --- .dockerignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 89938ab06..6c3840719 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,7 @@ +.git +.idea +/bin +/dist +/docs +/npm-debug.log node_modules -npm-debug.log -dist -.idea \ No newline at end of file