xpeditis2.0/apps/backend/.dockerignore
David d65cb721b5
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
chore: sync full codebase from cicd branch
Aligns main with the complete application codebase (cicd branch).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 12:56:44 +02:00

85 lines
801 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
yarn.lock
pnpm-lock.yaml
# Build output
dist
build
.next
out
# Tests
coverage
.nyc_output
*.spec.ts
*.test.ts
**/__tests__
**/__mocks__
test
tests
e2e
# Environment files
.env
.env.local
.env.development
.env.test
.env.production
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
*.swn
.DS_Store
# Git
.git
.gitignore
.gitattributes
.github
# Documentation
*.md
docs
documentation
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Temporary files
tmp
temp
*.tmp
*.bak
*.cache
# Docker
Dockerfile
.dockerignore
docker-compose.yaml
# CI/CD
.gitlab-ci.yml
.travis.yml
Jenkinsfile
azure-pipelines.yml
# Other
.prettierrc
.prettierignore
.eslintrc.js
.eslintignore
tsconfig.build.tsbuildinfo