aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2021-03-30 21:45:10 +0200
committerBlackDex <[email protected]>2021-03-30 21:45:10 +0200
commit9caf4bf38381f4ec0680a4b29ba26f9c1921fba0 (patch)
treec05b7ee1aeefcf122f414fbff0c5db44dc6db472 /.dockerignore
parent9b2234fa0e313f79e458a5dd45da163760fcbfb4 (diff)
downloadvaultwarden-9caf4bf38381f4ec0680a4b29ba26f9c1921fba0.tar.gz
vaultwarden-9caf4bf38381f4ec0680a4b29ba26f9c1921fba0.zip
Misc changes.
Some small changes in general: - Moved the SQL Version check struct into the function. - Updated hadolint to 2.0.0 - Fixed hadolint 2.0.0 warnings - Updated github workflows - Added .editorconfig for some general shared editor settings.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index b3e43a23..69f51d2a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -4,6 +4,8 @@ target
# Data folder
data
.env
+.env.template
+.gitattributes
# IDE files
.vscode