docs: sync status truth and repo hygiene
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user