From ab4eacd15f44e228834a8edc67fd139263fb5347 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Roemer Date: Thu, 25 Feb 2016 20:00:26 +0000 Subject: [PATCH] Update .dockerignore to add new unneeded files from the Docker Context --- .dockerignore | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8822b3436..092eef43c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,20 +1,21 @@ .git -.git/ -.git/* +.git/** conf -conf/ -conf/* +conf/** packager -packager/ -packager/* +packager/** scripts -scripts/ -scripts/* +scripts/** +.github/ +.github/** +config.codekit +LICENSE +Makefile +.dockerignore *.yml *.md .bra.toml .editorconfig .gitignore .gopmfile -config.codekit -LICENSE +Dockerfile*