textmate / bugs

Bug tracker for TextMate (not its bundles, nor tracking feature requests)
4 stars 0 forks source link

Project search in dot files #37

Open Paxa opened 4 years ago

Paxa commented 4 years ago

By default textmate doesn't search in files that starts from dot e.g. .gitlab-ci.yml

Screen Shot 2020-10-10 at 00 08 02

But it can find when I use file pattern {.?*,*}

Screen Shot 2020-10-10 at 00 07 48

My ~/.tm_properties

invisiblesMap = "~ \t┊"
include = "{$include,.*}"
exclude = "{$exclude,.git,tmp/cache,build/classes,node_modules}"
koenpunt commented 3 years ago

Have a look at this gist: https://gist.github.com/dvessel/1478685

You probably need excludeInFolderSearch.