23 lines
375 B
Plaintext
23 lines
375 B
Plaintext
|
|
# Keep the Docker build context lean, but DO NOT exclude:
|
||
|
|
# - attached_assets/ (the web app imports images via the @assets alias)
|
||
|
|
# - any workspace package.json (pnpm --frozen-lockfile needs them all)
|
||
|
|
|
||
|
|
**/node_modules
|
||
|
|
**/dist
|
||
|
|
**/.turbo
|
||
|
|
**/.vite
|
||
|
|
|
||
|
|
.git
|
||
|
|
.cache
|
||
|
|
.config
|
||
|
|
.local
|
||
|
|
.canvas
|
||
|
|
.agents
|
||
|
|
|
||
|
|
*.log
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Docs / meta not needed inside images
|
||
|
|
.replitignore
|