Files
website-enchun-mgr/.dockerignore
pkupuk b1a8006f12 chore: final cleanup
Remove tracked .DS_Store, add .dockerignore, and ignore app-specific env file.
2026-02-11 11:52:25 +08:00

25 lines
230 B
Plaintext

node_modules
**/node_modules
.next
**/.next
.env.local
.env
.git
.gitignore
*.log
.DS_Store
coverage
.vscode
.idea
dist
.cache
.turbo
**/.turbo
.tsbuildinfo
*.md
!README.md
tests
**/*.test.*
playwright.config.ts
vitest.config.mts