diff options
author | BlackDex <[email protected]> | 2021-03-30 21:45:10 +0200 |
---|---|---|
committer | BlackDex <[email protected]> | 2021-03-30 21:45:10 +0200 |
commit | 9caf4bf38381f4ec0680a4b29ba26f9c1921fba0 (patch) | |
tree | c05b7ee1aeefcf122f414fbff0c5db44dc6db472 /.dockerignore | |
parent | 9b2234fa0e313f79e458a5dd45da163760fcbfb4 (diff) | |
download | vaultwarden-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-- | .dockerignore | 2 |
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 |