Files

23 lines
375 B
Plaintext
Raw Permalink Normal View History

# 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