Files
cliprepo/.cliprepo.yaml
T
2026-05-15 23:53:59 +08:00

23 lines
268 B
YAML

ignore:
- node_modules
- dist
- "*.log"
include:
- "*.go"
- "*.py"
- "*.ts"
max_file_size_kb: 200
bundle:
max_tokens: 20000
add_file_header: true
format: "markdown" # or plain
clipboard:
auto_copy: true
tree:
show_size: true
max_depth: 5