aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-09 21:28:23 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-09 21:28:23 +0100
commit0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb (patch)
tree01e9767525f8c710b64119d8fd1e0c1c0807e49b /.dockerignore
parentFix DATA_DIR examples in README.md (diff)
downloadferdium-server-0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb.tar.gz
ferdium-server-0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb.tar.zst
ferdium-server-0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb.zip
Fix all issues found on CR -> especially update README.md, remove creation of new config.txt, update ignore files.
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