aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-08-17 20:25:54 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-17 20:25:54 +0000
commitca11636dfe0b087b65c6e768140d46fceee1e1b5 (patch)
tree2162986c5db18da27b15edada2dbc1debed73cc3 /.dockerignore
parentBump path-parse from 1.0.6 to 1.0.7 (diff)
parentUpdate Dockerfile (diff)
downloadferdium-server-ca11636dfe0b087b65c6e768140d46fceee1e1b5.tar.gz
ferdium-server-ca11636dfe0b087b65c6e768140d46fceee1e1b5.tar.zst
ferdium-server-ca11636dfe0b087b65c6e768140d46fceee1e1b5.zip
Merge pull request #1 from k0staa/master
Test merge
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..110334e
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,20 @@
1.DS_Store
2
3# ignore .git and .cache folders
4.git*
5.cache
6
7# ignore all markdown files
8*.md
9
10# Ignore database files
11*.sqlite
12
13# ignore other directories
14docker
15!docker/entrypoint.sh
16!docker/.env
17node_modules
18
19
20