Open
Description
I tried code2prompt with the --exclude
param, but it did not exclude the directory I selected from input:
❯ find .
.
./docs
./docs/overview.md
./hello.ts
❯ code2prompt --exclude docs .
▹▹▹▹▸ Done! [i] Token count: 72, Model info: ChatGPT models, text-embedding-ada-002
[✓] Copied to clipboard successfully.
When I paste the result, it shows that docs/overview.md
has been included:
Project Path: test
Source Tree:
test
├── docs
│ └── overview.md
└── hello.ts
`test/docs/overview.md`:
# Overview
Important things to know.
`test/hello.ts`:
const hello = "world";
code2prompt version: 3.0.2
Metadata
Metadata
Assignees
Labels
No labels