summaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore55
1 files changed, 55 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..5db08b7
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,55 @@
+/.idea
+/node_modules
+/data*
+/out
+/test
+/kubernetes
+/.do
+**/.dockerignore
+/private
+**/.git
+**/.gitignore
+**/docker-compose*
+**/[Dd]ockerfile*
+LICENSE
+README.md
+.editorconfig
+.vscode
+.eslint*
+.stylelint*
+/.github
+yarn.lock
+app.json
+CODE_OF_CONDUCT.md
+CONTRIBUTING.md
+CNAME
+install.sh
+SECURITY.md
+tsconfig.json
+.env
+/tmp
+/ecosystem.config.js
+/extra/healthcheck.exe
+/extra/healthcheck
+/extra/exe-builder
+/extra/push-examples
+/extra/uptime-kuma-push
+
+# Comment the following line if you want to rebuild the healthcheck binary
+/extra/healthcheck-armv7
+
+
+### .gitignore content (commented rules are duplicated)
+
+#node_modules
+.DS_Store
+#dist
+dist-ssr
+*.local
+#.idea
+
+#/data
+#!/data/.gitkeep
+#.vscode
+
+### End of .gitignore content