Files
goods/.gitignore
T
oyaegeli98668 d90a539e6b
CI / Go (api) (pull_request) Failing after 18s
CI / Python (ingestion) (pull_request) Successful in 7s
CI / Migrations (postgres) (pull_request) Failing after 18s
feat(admin): 运营后台(登录/查看/审核编辑/补全)+ 写入API + 审计留痕
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-06-20 02:53:30 +00:00

33 lines
401 B
Plaintext

# Go
/api/server
*.test
*.out
# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
*.egg-info/
build/
dist/
# Env / local
.env
.env.*
!.env.example
# Node / admin frontend
node_modules/
# Keep the embedded SPA placeholder (real build is injected during Docker build)
!api/internal/adminweb/dist/
!api/internal/adminweb/dist/index.html
# OS / editors
.DS_Store
*.swp
.idea/
.vscode/