Files
hotime/.gitignore
T
hoteas c2ce1955f9 chore: 忽略本地配置与测试生成物,停止跟踪 swagger
避免将仓根 config/tpt、*.exe 及 example/tpt/swagger 再推送到远端。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-13 18:16:29 +08:00

24 lines
242 B
Plaintext

/.idea/*
.idea
/example/tpt/demo/
*.exe
*.test
*.out
/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