Files
hotime/.gitignore
hoteas 5a4fd288bb chore: 清理误提交的覆盖率产物与空配置
移除 cover/cover.out、空 .tgitconfig 与无效 worktrees.json,并补充忽略规则。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 19:21:21 +08:00

27 lines
278 B
Plaintext

/.idea/*
.idea
/example/tpt/demo/
*.exe
*.test
*.out
/cover
/coverage.out
/coverage.html
/example/config
/config/
/tpt/
example/tpt/swagger/
**/swagger/
/.cursor/*.log
*.sql
*.py
*.log
logs/
# Cursor / agent debug NDJSON leftovers
debug-*.log
**/debug-*.log
# macOS
.DS_Store