chore: final cleanup
Remove tracked .DS_Store, add .dockerignore, and ignore app-specific env file.
This commit is contained in:
24
.dockerignore
Normal file
24
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user