chore: final cleanup

Remove tracked .DS_Store, add .dockerignore, and ignore app-specific env file.
This commit is contained in:
2026-02-11 11:52:25 +08:00
parent 29d5984940
commit b1a8006f12
3 changed files with 25 additions and 0 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
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