b820b69ce6
Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
370 B
Plaintext
41 lines
370 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build / framework
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
.turbo/
|
|
.vercel/
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs and debug
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Misc
|
|
.cache/
|
|
*.pem
|