aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..01c565b
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,22 @@
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
11*.md
12
13# Ignore database files
14*.sqlite
15
16# ignore other directories
17docker
18!docker/entrypoint.sh
19node_modules
20
21
22