Files
tabatago/admin-web/.dockerignore
millianlmx 2daf2212f0
Some checks failed
CI / Detect Changes (push) Successful in 4s
CI / Deploy (push) Has been cancelled
CI / YouTube Worker (push) Has been cancelled
CI / Admin Web CI (push) Has been cancelled
feat(admin-web): add .dockerignore for optimized build context
2026-07-11 23:17:51 +02:00

45 lines
425 B
Plaintext

# Dependencies
node_modules
# Build output
.next
out
# Tests
test/
e2e/
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
coverage
playwright-report
test-results
# Config & CI
.github
.git
.gitignore
.env
.env.local
.env.development
.env.test
.env.production
*.md
README.*
# Dev tooling
.eslint*
.prettier*
.editorconfig
tsconfig.tsbuildinfo
# OS files
.DS_Store
Thumbs.db
# Docker
Dockerfile
.dockerignore
docker-compose*.yml