On 27 Oct 2018, at 20:28, Jacob Carlborg wrote:

Are you referring to the “matching” field in the search dialog? Is this possible to configure globally? Ideally I would like to .travis.yml to always be included, regardless of what I have in the “matching” field.

Try run this in a terminal:

defaults write com.macromates.TextMate "Find in Folder Globs" '{ default = ( "{*,.travis.yml}" ); }'

Then the default pattern should be {*,.travis.yml} but if you make changes to the pattern via the Find dialog, it’ll only be for the current project folder.