32 lines
596 B
Plaintext
32 lines
596 B
Plaintext
.cache
|
|
build
|
|
node_modules
|
|
|
|
# Local-only files that must NOT be baked into the production image.
|
|
.env
|
|
.env.*
|
|
!.env.production.example
|
|
prisma/dev.sqlite
|
|
prisma/dev.sqlite-journal
|
|
# Any local SQLite DB / journal / WAL must never enter the image.
|
|
prisma/*.sqlite*
|
|
prisma/dev.sqlite*
|
|
data/
|
|
.shopify
|
|
.git
|
|
.github
|
|
*.log
|
|
extensions/*/dist
|
|
|
|
# Dev-only tooling / docs — not needed at build or runtime.
|
|
# NOTE: prisma/schema.prisma and prisma/migrations are intentionally NOT
|
|
# excluded (required by `prisma generate` and `prisma migrate deploy`).
|
|
tests/
|
|
scripts/
|
|
.cursor/
|
|
.gemini/
|
|
.vscode/
|
|
*.md
|
|
**/*.md
|
|
|