docs: sync status truth and repo hygiene

This commit is contained in:
Your Name
2026-05-28 15:18:38 +08:00
parent 82109ec216
commit 2042bdd2cf
3 changed files with 39 additions and 0 deletions

3
.gitignore vendored
View File

@@ -28,6 +28,7 @@ go.work
# Build
build/
dist/
server
# Database
data/*.db
@@ -72,6 +73,8 @@ frontend/admin/.npm-cache/
# Uploads (keep directory but ignore contents)
uploads/avatars/*
!uploads/avatars/.gitkeep
internal/api/handler/uploads/avatars/*
!internal/api/handler/uploads/avatars/.gitkeep
# Backup temp
backup_temp/