23 lines
268 B
YAML
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 |