Files
2026-05-23 11:16:12 +01:00

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