0 votes

I want to be able to tell it not to search file in the ".hg" or ".git" directory while searching all other files in all other subdirectory is this possible and if so how?

by (715 points)

1 Answer

0 votes

You can't tell Agent Ransack to ignore folders (that feature is limited to FileLocator Pro) but as long as you include file extensions in your search, e.g. *.js;*.cpp;*.cs, it should skip the files in the source control folders (since most meta data stored in source control folders append extensions to the original file name).


More information about FileLocator Pro's 'Search Filter' functionality can be found here:

http://www.mythicsoft.com/filelocatorpro/help/persistent_search_filters.htm

by (30.1k points)
...