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
Hi! :)
Passing files to ignore that way: --ignore-files "demo1/*.ts" --ignore-files "demo2/foo.ts" doesn't work for me. Only the last argument is ignored, but the previous are still in the report. Should I specify the files to ignore in another way?
The text was updated successfully, but these errors were encountered:
I also see this. I can work around it with globbing patterns, eg --ignore-files "foo/{bar,baz}/*.js", but I can't figure it out when there isn't overlap between the dirs like that.
Version:
Environment: macOS
Hi! :)
Passing files to ignore that way:
--ignore-files "demo1/*.ts" --ignore-files "demo2/foo.ts"
doesn't work for me. Only the last argument is ignored, but the previous are still in the report. Should I specify the files to ignore in another way?The text was updated successfully, but these errors were encountered: