simonw / files-to-prompt

Concatenate a directory full of files into a single prompt for use with LLMs
Apache License 2.0
244 stars 17 forks source link

not ignoring my venv folder #7

Open leehua03f3 opened 3 months ago

leehua03f3 commented 3 months ago

i use this command files-to-prompt . --ignore "venv" but it still trying to get files inside my venv/ i tried again with files-to-prompt . --ignore "./venv/* but getting the same result

minthemiddle commented 2 months ago

I'm having the same issue with node_module folders.

Not working: files-to-prompt . --ignore-gitignore files-to-prompt . --ignore "node_modules"

The tool does not seem to support ignoring folders yet, it seems.

leehua03f3 commented 2 months ago

hi Martin, i made a PR that addressed this issue here. it worked for me

jluna commented 2 weeks ago

@simonw Also having challenges with the inability to ignore directories. Can we get the fix merged in?