You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, when using this exact syntax, the prompt does not exclude .txt and .md files as expected. these file types still appear in the generated prompt.
in contrast, the following command successfully filters out the specified file types:
code2prompt path/to/codebase --exclude="txt,md"
is this a mistake in readme?
The text was updated successfully, but these errors were encountered:
according to the readme:
however, when using this exact syntax, the prompt does not exclude .txt and .md files as expected. these file types still appear in the generated prompt.
in contrast, the following command successfully filters out the specified file types:
code2prompt path/to/codebase --exclude="txt,md"
is this a mistake in readme?
The text was updated successfully, but these errors were encountered: