We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c722006 commit 65d11a9Copy full SHA for 65d11a9
.dockerignore
@@ -1,40 +1,15 @@
1
-# Local build artifacts
2
-target
+// Ignore everything
+*
3
4
-# Data folder
5
-data
6
-
7
-# Misc
8
-.env
9
-.env.template
10
-.gitattributes
11
-.gitignore
12
-rustfmt.toml
13
14
-# IDE files
15
-.vscode
16
-.idea
17
-.editorconfig
18
-*.iml
19
20
-# Documentation
21
-.github
22
-*.md
23
-*.txt
24
-*.yml
25
-*.yaml
26
27
-# Docker
28
-hooks
29
-tools
30
-Dockerfile
31
-.dockerignore
32
-docker/**
+// Allow what is needed
+!.git
33
!docker/healthcheck.sh
34
!docker/start.sh
35
36
-# Web vault
37
-web-vault
38
39
-# Vaultwarden Resources
40
-resources
+!migrations
+!src
+
+!build.rs
+!Cargo.lock
+!Cargo.toml
+!rustfmt.toml
+!rust-toolchain.toml
0 commit comments