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
I have some media files in my projects (in this specific case, .wof font files). And it seems they were being processed/added into the embeddings. I want to see the files in my VSC project, but I don't want them processed/added to the embeddings. That's why I thought a file extension filter would be useful. What do you think?
Hello, this issue should be resolved. Now, Twinny not only uses .gitignore to ignore files during embedding, but you can also add custom ignore items in the global settings.
Is your feature request related to a problem? Please describe.
Some binary files are being embedded which I don't want embedded.
Describe the solution you'd like
A filter for accepting only certain file types (e.g. .mjs, .js. .ts, .html).
Describe alternatives you've considered
A filter for rejecting certain file types.
The text was updated successfully, but these errors were encountered: