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
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,6 +21,7 @@ pnpm-debug.log*
|
|||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
.dev.vars
|
.dev.vars
|
||||||
|
.env.enchun-cms-v2
|
||||||
|
|
||||||
# IDE and editor directories
|
# IDE and editor directories
|
||||||
.idea/
|
.idea/
|
||||||
|
|||||||
BIN
packages/.DS_Store
vendored
BIN
packages/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user