Hi,
While using SynchronizeIt I'm trying to exclude my GIT repository folders and files. My filter is set like this: !.git
I've used exclude filters for a long time but cannot seem to ignore these. I'm sure it has to do with the fact that these folders have no "base" name - i.e. "dot" names. See attached snapshot.
Is there a way to properly set up this filter?
Thanks.
Rob
Excluding GIT files
Excluding GIT files
- Attachments
-
- gitFiles.jpg (90.55 KiB) Viewed 35539 times
Re: Excluding GIT files
For excluding svn folders I have set a folder-exclusion of *\.svn\, and I'd probably set a similar exclusion for git if I were using Git
Re: Excluding GIT files
That's right, you should use exclude folders options, not exclude files, and just ".git" would work.
Re: Excluding GIT files
Many thanks! Adding the exclude filter of *\.git\ did the trick.
Rob
Rob