chore: add Gitea service to docker-compose, fix gitignore
CI / backend (push) Canceled after 0s
CI / frontend (push) Canceled after 0s

- Gitea (postgres-backed) on ports 3000/2222
- Exclude .claude/ dir and *.db from git
- Update CLAUDE.md with Gitea remote info
This commit is contained in:
34047007@qq.com
2026-07-27 08:13:53 +08:00
parent a6cd99a4ca
commit 036494ae35
3 changed files with 47 additions and 13 deletions
+5 -1
View File
@@ -24,6 +24,9 @@ frontend/dist/
.vscode/settings.json
.idea/
# Claude Code local config (per-machine, not for repo)
.claude/
# OS
.DS_Store
Thumbs.db
@@ -36,7 +39,8 @@ Thumbs.db
# Runtime data (token store, etc.)
backend/data/
# Database (PostgreSQL data dir - local only)
# Database
*.db
/pgdata/
# Logs