Some checks are pending
CD Production (Hetzner k3s) / Promote Images (preprod → prod) (push) Waiting to run
CD Production (Hetzner k3s) / Deploy to k3s (xpeditis-prod) (push) Blocked by required conditions
CD Production (Hetzner k3s) / Smoke Tests (push) Blocked by required conditions
CD Production (Hetzner k3s) / Deployment Summary (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Success (push) Blocked by required conditions
CD Production (Hetzner k3s) / Notify Failure (push) Blocked by required conditions
Aligns main 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
|