diff options
author | Daniel García <[email protected]> | 2018-04-24 22:38:23 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2018-04-24 22:41:25 +0200 |
commit | 3d454f36bc8eadd5c7f93e693e666fcd87450715 (patch) | |
tree | 4a2c56eb20cd784846af1c2b11cd586d7d1db6ea /.gitignore | |
parent | 4093bf92fe1fe63c185c1d4e7f94f8d91533ebde (diff) | |
download | vaultwarden-3d454f36bc8eadd5c7f93e693e666fcd87450715.tar.gz vaultwarden-3d454f36bc8eadd5c7f93e693e666fcd87450715.zip |
Removed included web vault.
Now that docker automatically downloads the web-vault, keeping it in the repo doesn't make sense.
Added error message in case someone tries to run the application directly without the web-vault instaled..
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,3 +11,7 @@ data # Environment file # .env + +# Web vault +web-vault +!web-vault/settings.Production.json
\ No newline at end of file |