aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore
index 7dad3a9..01c565b 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -7,10 +7,11 @@
7.gitattributes 7.gitattributes
8.cache 8.cache
9 9
10# ignore all markdown files (md) beside all README*.md other than README-secret.md 10# ignore all markdown files
11*.md 11*.md
12!README*.md 12
13README-secret.md 13# Ignore database files
14*.sqlite
14 15
15# ignore other directories 16# ignore other directories
16docker 17docker