Flamenco/.gitignore

53 lines
811 B
Plaintext
Raw Permalink Normal View History

2022-01-02 00:22:04 +00:00
*.exe
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.db
2022-02-22 15:02:30 +00:00
*.blend[0-9]
*.flamenco.blend
.env
2022-01-31 14:27:13 +00:00
/flamenco-manager
/flamenco-worker
/flamenco-manager_race
/flamenco-worker_race
/shaman-checkout-id-setter
2022-07-15 12:36:01 +00:00
/stresser
/job-creator
/addon-packer
flamenco-manager.yaml
flamenco-worker.yaml
flamenco-worker-credentials.yaml
node_modules/
/vendor/
2022-09-16 12:16:57 +00:00
# Directory for custom job compiler scripts:
/scripts/
# 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/
2022-07-12 09:00:05 +00:00
# IDE related stuff
*.DS_Store
.vscode/settings.json
2023-07-10 12:10:49 +00:00
.vscode/launch.json