Преглед на файлове

Update .dockerignore to add new unneeded files from the Docker Context

Jean-Philippe Roemer преди 9 години
родител
ревизия
ab4eacd15f
променени са 1 файла, в които са добавени 11 реда и са изтрити 10 реда
  1. 11 10
      .dockerignore

+ 11 - 10
.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*