66 lines
534 B
Plaintext
66 lines
534 B
Plaintext
|
|
# dependencies
|
||
|
|
node_modules
|
||
|
|
.pnp
|
||
|
|
.pnp.js
|
||
|
|
|
||
|
|
# testing
|
||
|
|
coverage
|
||
|
|
|
||
|
|
# next.js
|
||
|
|
.next/
|
||
|
|
out/
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
|
||
|
|
# production
|
||
|
|
*.log*
|
||
|
|
|
||
|
|
# misc
|
||
|
|
.DS_Store
|
||
|
|
*.pem
|
||
|
|
|
||
|
|
# debug
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
pnpm-debug.log*
|
||
|
|
|
||
|
|
# local env files
|
||
|
|
.env*.local
|
||
|
|
.env
|
||
|
|
|
||
|
|
# vercel
|
||
|
|
.vercel
|
||
|
|
|
||
|
|
# typescript
|
||
|
|
*.tsbuildinfo
|
||
|
|
next-env.d.ts
|
||
|
|
|
||
|
|
# git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.github
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# documentation
|
||
|
|
*.md
|
||
|
|
!README.md
|
||
|
|
|
||
|
|
# claude
|
||
|
|
.claude
|
||
|
|
|
||
|
|
# SQLite database files (will be mounted as volume)
|
||
|
|
*.db
|
||
|
|
*.db-journal
|
||
|
|
*.sqlite
|
||
|
|
*.sqlite3
|
||
|
|
|
||
|
|
# misc
|
||
|
|
.mcp.json
|