writeOff/.gitignore
haomingming 815aa04fe8 first
2026-05-20 18:21:39 +08:00

41 lines
415 B
Plaintext

# OS files
.DS_Store
Thumbs.db
# Editor / IDE
.idea/
.vscode/
*.iml
# Local agent / tool state
.agents/
.npm-cache/
# Environment files
.env
.env.*
!.env.example
!.env.*.example
# Logs
*.log
logs/
backend/logs/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/coverage/
frontend/tmp-*.cjs
# Backend / Java
backend/target/
backend/.mvn/
*.class
# Build artifacts
coverage/
tmp/
temp/