Exclude folders

Tool for Search and Replace across multiple files.
Post Reply
Xymox
Posts: 2
Joined: Thu Apr 25, 2013 9:41 am

Exclude folders

Post by Xymox »

Hi,

One thing I could not find how to do in TextCrawler....
(free version)

I need to have an option to skip folders when searching/replacing files.
Mostly I use "Scan all subfolders" and start search on top level folder on SVN/Git/Visual Studio projects.

Specially .git contain a lot of files which should never be searched. Same applies to other folders.

.git
.svn
.vs

etc etc...

How to do that in the free or PRO version?
User avatar
DigitalVolcano
Site Admin
Posts: 1753
Joined: Thu Jun 09, 2011 10:04 am

Re: Exclude folders

Post by DigitalVolcano »

You can add the folder name/wildcard to the Exclude box (under the file filter). Use a semicolon to separate names,.

Code: Select all

.git;.svn;.vs
Post Reply