aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to 'docker/.dockerignore')
-rw-r--r--docker/.dockerignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/.dockerignore b/docker/.dockerignore
new file mode 100644
index 0000000..92207ac
--- /dev/null
+++ b/docker/.dockerignore
@@ -0,0 +1,13 @@
1.DS_Store
2
3# ignore .git and .cache folders
4.git
5.gitignore
6.github
7.gitattributes
8.cache
9
10# ignore all markdown files (md) beside all README*.md other than README-secret.md
11*.md
12!README*.md
13README-secret.md