-
Sometimes I only want to extract the core logic of js/services in my front end code, not worrying about the css, if there was a way to remove css files it would help reduce the token count and thus the model can better understand my codebase |
Beta Was this translation helpful? Give feedback.
Answered by
yamadashy
Mar 19, 2025
Replies: 1 comment 1 reply
-
Hi, @UtsangD ! Try using this command:
Alternatively, include only JavaScript files:
If you're using repomix.com, you can add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
UtsangD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @UtsangD !
Try using this command:
Alternatively, include only JavaScript files:
If you're using repomix.com, you can add
**/*.css
to the Ignore Patterns input field.