ai_learn_node/.gitignore
2026-01-13 11:30:53 +08:00

101 lines
1.3 KiB
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# Testing
coverage/
*.lcov
.nyc_output
# Production
dist/
build/
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
nginx/logs/
nginx/*.log
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# Database
*.db
*.db-journal
*.sqlite
*.sqlite3
# Prisma
# Keep migrations but ignore generated client and database
backend/prisma/dev.db
backend/prisma/dev.db-journal
# Note: migrations/ directory should be committed
# Vite
frontend/.vite/
frontend/dist/
frontend/node_modules/.vite/
# TypeScript
*.tsbuildinfo
# Temporary files
*.tmp
*.temp
.cache/
# Build outputs
dist/
build/
*.min.js
*.min.css
# Source maps (keep for debugging, but ignore in node_modules)
node_modules/**/*.map
# Package manager locks (optional - uncomment if you want to ignore)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Misc
*.pid
*.seed
*.pid.lock