Files
2026-02-09 21:51:31 -08:00

46 lines
437 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.*.local
# Build output
dist/
build/
*.tsbuildinfo
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Database
*.db
*.sqlite
# Prisma
# Note: migrations should be committed, but generated client is in node_modules
# Testing
coverage/
.nyc_output/
# Temporary files
tmp/
temp/