flamenco/.gitignore
Sybren A. Stüvel 11a407d26c Gitignore flamenco-worker.yaml and flamenco-worker-credentials.yaml
Ignore those files regardless of the path. Previously they were only
ignored in the project root, but I want to create several worker
configurations in a subdirectory for testing.
2022-05-31 10:46:27 +02:00

23 lines
303 B
Plaintext

*.exe
*.sqlite
*.db
*.blend[0-9]
*.flamenco.blend
/flamenco-manager
/flamenco-worker
/flamenco-manager_race
/flamenco-worker_race
flamenco-worker.yaml
flamenco-worker-credentials.yaml
node_modules/
task-logs/
flamenco-storage/
__pycache__
*.pyc
.mypy_cache/
.openapi-generator/
web/manager-api/dist/