How to exclude VCS folders like .GIT or .SVN?
Posted: Tue Apr 04, 2017 6:52 pm
For example, I tried the following when specifying files:
1 <mydir>\*.* all include
2 <mydir>\.git\*.* all exclude
and yet all the files in the .git folder were still processed.
1 <mydir>\*.* all include
2 <mydir>\.git\*.* all exclude
and yet all the files in the .git folder were still processed.