Files
website-enchun-mgr/.gitignore
pkupuk 29d5984940 chore: cleanup and ignore build artifacts
Update .gitignore to exclude build info and temporary CSV files. Clean up working directory.
2026-02-11 11:51:58 +08:00

54 lines
624 B
Plaintext

# Dependencies
/node_modules
**/node_modules
# Build output
**/dist
/build
**/.astro
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.dev.vars
# IDE and editor directories
.idea/
.vscode/
# OS-generated files
.DS_Store
.DS_Store?
Thumbs.db
# Temporary files
*.tmp
# AI and tool directories
.codex/
.gemini/
.turbo/
.wrangler/
# OS-generated files in subdirs
**/.DS_Store
# BMAD (local only)
.bmad-core/
.bmad-*/
# Build artifacts
apps/backend/tsconfig.tsbuildinfo
# Data exports
*.csv