xpeditis2.0/.gitignore
David 850c23c164
Some checks failed
CD Preprod / Backend — Lint (push) Successful in 10m27s
CD Preprod / Frontend — Lint & Type-check (push) Successful in 10m59s
CD Preprod / Backend — Unit Tests (push) Successful in 10m8s
CD Preprod / Frontend — Unit Tests (push) Successful in 10m32s
CD Preprod / Backend — Integration Tests (push) Successful in 9m57s
CD Preprod / Build Frontend (push) Successful in 33s
CD Preprod / Build Backend (push) Successful in 53s
CD Preprod / Build Log Exporter (push) Successful in 1m16s
CD Preprod / Deploy to Preprod (push) Failing after 1s
CD Preprod / Smoke Tests (push) Has been skipped
CD Preprod / Notify Success (push) Has been skipped
CD Preprod / Notify Failure (push) Has been skipped
fix
2026-04-06 13:09:03 +02:00

61 lines
647 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
stack-portainer.yaml
tmp.stack-portainer.yaml
# Uploads
uploads/
temp/
# Generated files
*.pdf
*.xlsx
*.csv
# OS
Thumbs.db