From ced815e7c236d998c469df8f13c615443e51903d Mon Sep 17 00:00:00 2001 From: fbigun Date: Sat, 12 Jan 2019 14:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0docker=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E5=87=8F=E5=B0=91=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=96=87=E4=BB=B6=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100755 index 0000000..9e3882d --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +**/*.html +**/*.pyc +**/*.yaml +**/*.log +**/*~ +**/.DS_Store +**/Thumbs.db +.idea/ +.git/