Files
backend/.gitignore
lafay 226a088ec3 feat(ci): add deploy workflow and Makefile
- Add .gitea/workflows/deploy.yml for CD pipeline
- Add Makefile for build automation
- Update .gitignore to exclude docs/
2026-03-17 19:39:37 +08:00

20 lines
179 B
Plaintext

# Build artifacts
/server
*.tar
# Runtime files
data/
logs/
*.log
# Local docker metadata
.last_docker_tag
.last_docker_tar
# Local environment files
.env
.env.*
plans/
docs/