I have version 2.4.00. In the FAQ, you specify a Regular Expression filter to exclude the .vs directory wherever it is found. Because I'm a .NET programmer, I have several similar directories to exclude, so I used the FAQ's advice to create my filter list.
Here they are. I added them all as Regular Expressions in my Exclusion list:
.*\\\.vs\\.*
.*\\packages\\.*
.*\\bin\\.*
.*\\obj\\.*
.*\\backup.*\\.*
.*\\\_\_.*\\.*
None of these filters are working. All files get copied. What did I do wrong?
Here they are. I added them all as Regular Expressions in my Exclusion list:
.*\\\.vs\\.*
.*\\packages\\.*
.*\\bin\\.*
.*\\obj\\.*
.*\\backup.*\\.*
.*\\\_\_.*\\.*
None of these filters are working. All files get copied. What did I do wrong?
Statistics: Posted by CharlesJenkins — 27 Aug 2023, 16:58