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
Hey! I have some difficulties in using -exclude flag.
When i go like insider --tech javascript --target . -exclude node_modules it works great but however i try to exclude for example results form CSS files anywhere in the projects how to make it work?
-exclude *.css not work
-exclude /.css doesn't work either
The text was updated successfully, but these errors were encountered:
Hi @siewer, the --exclude flag should be a valid Go regex. So, in case to ignore css files you can use like this --exclude .css.
I agree with you that maybe we should add more examples on Example of use section on the cli.
Hey! I have some difficulties in using -exclude flag.
When i go like
insider --tech javascript --target . -exclude node_modules
it works great but however i try to exclude for example results form CSS files anywhere in the projects how to make it work?-exclude *.css not work
-exclude /.css doesn't work either
The text was updated successfully, but these errors were encountered: