chore: sync

This commit is contained in:
2026-03-18 22:06:43 +08:00
parent e89678e61a
commit 0c4380c3c3
45 changed files with 5883 additions and 2 deletions

26
.gitignore vendored
View File

@@ -1,3 +1,29 @@
debug-logs/
*.log
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
# Frontend (Vite/React)
node_modules/
dist/
build/
.vite/
coverage/
# Backend (Go)
*.exe
*.dll
*.so
*.dylib
*.test
*.out
# Env
.env
.env.*
.env.local
.env.*.local