Files
opencatd-open/.gitignore
T
Sakurasan 6cc76c6767 chore: add hot reload for development
- Makefile: add dev-backend (air) and dev-frontend (vite) targets
- backend/.air.toml: air config for Go live reload
- .gitignore: exclude backend/tmp/
2026-08-30 15:33:16 +08:00

19 lines
346 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
bin/
tmp/
test/
demo/
*.log
*.db
.env
openteam
# 构建产物(make web 生成,由 go:embed 打进二进制);保留 .gitkeep 占位使未构建前也能编译
backend/cmd/openteam/dist/*
!backend/cmd/openteam/dist/.gitkeep
# 前端构建产物(项目根目录的副本)
dist/
# 误生成的目录(仅含 dist/node_modules)
web/