5a4fd288bb
移除 cover/cover.out、空 .tgitconfig 与无效 worktrees.json,并补充忽略规则。 Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
278 B
Plaintext
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
|