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

recommendation #3

Closed heresyrj closed 3 months ago

heresyrj commented 3 months ago

I write both python project and web application. It would be great if it detects the .gitignore file and respect the rules set in that file. Also ignore node_modules for npm, coverage for jest etc.

simonw commented 3 months ago

.gitignore is supported - which should help with node_modules etc as well.