36 lines
462 B
Plaintext
36 lines
462 B
Plaintext
# Dependencies & Build Output
|
|
node_modules
|
|
.next
|
|
out
|
|
|
|
# Git & Version Control
|
|
.git
|
|
.gitignore
|
|
|
|
# Environment & Secret Files
|
|
.env
|
|
.env*.local
|
|
*.pem
|
|
|
|
# Log Files
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# AI & Editor Contexts
|
|
.clinecontext
|
|
.cline-context.md
|
|
.clinerules
|
|
src/.clinerules
|
|
CLAUDE.md
|
|
|
|
# Documentation & CI Workflows (not needed inside container image)
|
|
.gitea
|
|
docker-compose*.yml
|
|
|
|
# Local Dev DBs
|
|
prisma/dev
|
|
prisma/*.db
|
|
prisma/*.db-journal
|