summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore17
1 files changed, 15 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
index 69f51d2a..c7ffe132 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -3,13 +3,18 @@ target
# Data folder
data
+
+# Misc
.env
.env.template
.gitattributes
+.gitignore
+rustfmt.toml
# IDE files
.vscode
.idea
+.editorconfig
*.iml
# Documentation
@@ -19,9 +24,17 @@ data
*.yml
*.yaml
-# Docker folders
+# Docker
hooks
tools
+Dockerfile
+.dockerignore
+docker/**
+!docker/healthcheck.sh
+!docker/start.sh
# Web vault
-web-vault \ No newline at end of file
+web-vault
+
+# Vaultwarden Resources
+resources