Flamenco/.gitignore
Sybren A. Stüvel 46792ee164 Clarify "job etag mismatch" situation
When a submitted job is refused because of a mismatched etag, there is
now a more explanatory error logged on the Manager. The website also has
an entry in the FAQ for this, as I expect more people to run into this
issue when they upgrade Flamenco.
2022-09-01 14:46:30 +02:00

42 lines
633 B
Plaintext

*.exe
*.sqlite
*.db
*.blend[0-9]
*.flamenco.blend
/flamenco-manager
/flamenco-worker
/flamenco-manager_race
/flamenco-worker_race
/stresser
/addon-packer
flamenco-manager.yaml
flamenco-worker.yaml
flamenco-worker-credentials.yaml
node_modules/
# Default storage locations:
/flamenco-manager-storage/
/flamenco-shared-storage/
# Old default storage locations:
/task-logs/
/flamenco-storage/
__pycache__
*.pyc
.mypy_cache/
.openapi-generator/
.hugo_build.lock
.openapi-generator-*.log
web/manager-api/dist/
web/static/
web/project-website/public/
web/project-website/resources/_gen/
/dist/
/tools/
# IDE related stuff
*.DS_Store