diff --git a/.cliprepo.yaml b/.cliprepo.yaml new file mode 100644 index 0000000..3973ebb --- /dev/null +++ b/.cliprepo.yaml @@ -0,0 +1,23 @@ +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 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b8710a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.git