Some checks failed
Dev CI / Unit Tests (${{ matrix.app }}) (backend) (push) Blocked by required conditions
Dev CI / Unit Tests (${{ matrix.app }}) (frontend) (push) Blocked by required conditions
Dev CI / Notify Failure (push) Blocked by required conditions
Dev CI / Quality (${{ matrix.app }}) (backend) (push) Has been cancelled
Dev CI / Quality (${{ matrix.app }}) (frontend) (push) Has been cancelled
Aligns dev with the complete application codebase (cicd branch). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
59 lines
601 B
Plaintext
59 lines
601 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
*.log
|
|
|
|
# Production builds
|
|
dist/
|
|
build/
|
|
.next/
|
|
# Only ignore Next.js output directory, not all 'out' folders
|
|
/.next/out/
|
|
/apps/frontend/out/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Misc
|
|
.cache/
|
|
*.tsbuildinfo
|
|
.eslintcache
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Uploads
|
|
uploads/
|
|
temp/
|
|
|
|
# Generated files
|
|
*.pdf
|
|
*.xlsx
|
|
*.csv
|
|
|
|
# OS
|
|
Thumbs.db
|