Ignore Folder Inside Folders

62 Views Asked by At

I am trying to ignore all the packages folders generated by dart in my solution

I am trying to use this ignore line but it is not ignoring the folders. What am i doing wrong?

Src/LiveScoringDart/LiveScoring/**/packages/
1

There are 1 best solutions below

2
On BEST ANSWER

I think just packages/ should do

As far as I have read this is Regexp. You could try

Src/LiveScoringDart/LiveScoring/.+?/packages/