-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not ignoring my venv folder #7
Comments
I'm having the same issue with Not working: The tool does not seem to support ignoring folders yet, it seems. |
hi Martin, i made a PR that addressed this issue here. it worked for me |
@simonw Also having challenges with the inability to ignore directories. Can we get the fix merged in? |
This doesn't work for me either. I was testing on a Django project and trying to figure out how to ignore migrations and some other files. |
FYI, you can just rely on the content of .gitignore to ignore node_modules or venv. Put it seems like files-to-prompt can't properly handle path-like entries: #3 (comment) |
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 resultThe text was updated successfully, but these errors were encountered: