88 lines
889 B
Plaintext
88 lines
889 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Database
|
|
.ra-h/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
rah_trial.db
|
|
pgdata/
|
|
/pgdata
|
|
|
|
# Migration temporary files
|
|
migration-report-*.json
|
|
*.sql
|
|
|
|
# Logs (only root logs directory, not app/api/logs)
|
|
/logs/
|
|
*.log
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Backup files
|
|
backups/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
apps/mac/src-tauri/target/
|
|
dist/local-app/
|
|
dist/runtime/
|
|
dist/.staging/
|