summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2018-04-24 22:38:23 +0200
committerDaniel García <[email protected]>2018-04-24 22:41:25 +0200
commit3d454f36bc8eadd5c7f93e693e666fcd87450715 (patch)
tree4a2c56eb20cd784846af1c2b11cd586d7d1db6ea /.gitignore
parent4093bf92fe1fe63c185c1d4e7f94f8d91533ebde (diff)
downloadvaultwarden-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--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c579527d..f730ce71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,7 @@ data
# Environment file
# .env
+
+# Web vault
+web-vault
+!web-vault/settings.Production.json \ No newline at end of file