conductor/.gitignore
Victor Wiebe ade2b10033
Some checks failed
Release production image / production-image (push) Has been cancelled
Add production packaging and operations
2026-08-07 16:48:40 -04:00

56 lines
631 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Build output
frontend/build/
backend/dist/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# SQLite databases
*.db
*.sqlite
*.sqlite3
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
# Production operator state and backups
backups/
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
# TypeScript cache
*.tsbuildinfo
# Test coverage
coverage/
test-results/
playwright-report/
# SQLite database files
backend/data/*.db
backend/data/*.db-wal
backend/data/*.db-shm
# IBM Bob generated reports
.bob/artifacts/