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:
parent
666d639efa
commit
39722bdd61
10
.gitignore
vendored
10
.gitignore
vendored
@ -13,8 +13,14 @@ flamenco-manager.yaml
|
|||||||
flamenco-worker.yaml
|
flamenco-worker.yaml
|
||||||
flamenco-worker-credentials.yaml
|
flamenco-worker-credentials.yaml
|
||||||
node_modules/
|
node_modules/
|
||||||
task-logs/
|
|
||||||
flamenco-storage/
|
# Default storage locations:
|
||||||
|
/flamenco-manager-storage/
|
||||||
|
/flamenco-shared-storage/
|
||||||
|
|
||||||
|
# Old default storage locations:
|
||||||
|
/task-logs/
|
||||||
|
/flamenco-storage/
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user