2025-10-25 23:24:49 +02:00
|
|
|
# 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)
|
2025-10-26 02:05:34 +02:00
|
|
|
# Note: awesome.db is explicitly included when built by CI
|
2025-10-25 23:24:49 +02:00
|
|
|
*.db
|
2025-10-26 02:05:34 +02:00
|
|
|
!awesome.db
|
2025-10-25 23:24:49 +02:00
|
|
|
*.db-journal
|
|
|
|
|
*.sqlite
|
|
|
|
|
*.sqlite3
|
2025-10-26 02:05:34 +02:00
|
|
|
!db-metadata.json
|
2025-10-25 23:24:49 +02:00
|
|
|
|
|
|
|
|
# misc
|
|
|
|
|
.mcp.json
|