51 lines
490 B
Plaintext
51 lines
490 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
.next/
|
|
dist/
|
|
build/
|
|
.turbo/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage/
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# PocketBase
|
|
pocketbase/pb_data/
|
|
|
|
# Temp
|
|
*.tmp
|
|
.wrangler/
|
|
.vinext/
|
|
pb_data/
|
|
# Build artifacts
|
|
*.tsbuildinfo
|
|
# One-off fix scripts
|
|
fix_*.py
|