Open doggy8088 opened 1 week ago
Are you thinking of a text area where users could specify patterns in a .gitignore-style format?
I could reuse some code from the local version of the tool to parse and exclude files based on gitignore patterns. Dynamically updating the checkboxes could be a bit tricky, though.
Is this along the lines of what you're suggesting, or did you have something else in mind?
i need to exclude node_modules
116.1 MiB (121,788,321) 7,177 files, 654 sub-folders
I'll implement a feature as explained above.
@elogicuk meanwhile you can add a .gitignore
file with node_modules
in the content root.
I'll implement a feature as explained above. @elogicuk meanwhile you can add a
.gitignore
file withnode_modules
in the content root.
already have and its till doing this :-1:
I use https://github.com/Microsoft/generative-ai-for-beginners as an example.
This repo contains
translations
folder in each chapter. If repo2txt has a feature that can include/exclude files by patterns, that will be awesome! 👍