security hardening
This commit is contained in:
@@ -8,9 +8,24 @@ node_modules
|
||||
!.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user