40 lines
370 B
Plaintext
40 lines
370 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# production
|
|
dist/
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# env
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# CMS data (SQLite DB + uploaded media live in the mounted volume)
|
|
/data
|
|
|
|
# local tooling / agent state
|
|
.claude/
|
|
|