Skip to content

Is there a way to remove .css files in the output? #427

Answered by yamadashy
UtsangD asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, @UtsangD !

Try using this command:

npx repomix --ignore "**/*.css"

Alternatively, include only JavaScript files:

npx repomix --include "**/*.js"

If you're using repomix.com, you can add **/*.css to the Ignore Patterns input field.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@UtsangD
Comment options

Answer selected by UtsangD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants