xpeditis2.0/apps/backend/.dockerignore
David 071d5f198c
All checks were successful
CI/CD Pipeline / Frontend - Build, Test & Push (push) Successful in 12m3s
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 15m39s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Successful in 1s
CI/CD Pipeline / Deploy to Portainer (push) Successful in 11s
CI/CD Pipeline / Discord Notification (Failure) (push) Has been skipped
CI/CD Pipeline / Discord Notification (Success) (push) Successful in 1s
fix
2026-02-10 22:48:23 +01: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