chore: 更新 .gitignore,添加前端相关忽略规则

This commit is contained in:
hhs
2026-06-10 15:27:35 +08:00
parent eb0061b644
commit caada15831

33
.gitignore vendored
View File

@@ -1,2 +1,33 @@
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
coverage.out
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
# Documentation
docs/
CLAUDE.md
# Claude
CLAUDE.md
# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/