Gitignore the new default storage locations

The defaults changed from `task-logs` and `flamenco-storage` to
`flamenco-manager-storage` and `flamenco-shared-storage`.
This commit is contained in:
Sybren A. Stüvel 2022-07-07 12:16:47 +02:00
parent 666d639efa
commit 39722bdd61

10
.gitignore vendored

@ -13,8 +13,14 @@ flamenco-manager.yaml
flamenco-worker.yaml
flamenco-worker-credentials.yaml
node_modules/
task-logs/
flamenco-storage/
# Default storage locations:
/flamenco-manager-storage/
/flamenco-shared-storage/
# Old default storage locations:
/task-logs/
/flamenco-storage/
__pycache__
*.pyc