This commit is contained in:
haomingming
2026-05-20 18:21:39 +08:00
commit 815aa04fe8
564 changed files with 82601 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# 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/