<div dir="ltr">That would be a `.tm_properties` file; <a href="https://macromates.com/blog/2011/git-style-configuration/">https://macromates.com/blog/2011/git-style-configuration/</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 29 Mar 2019 at 15:40, Kyle Kirbatski <<a href="mailto:kyle.kirby@me.com">kyle.kirby@me.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
My end goal is that I want to tell textmate to ignore some directories (or include) when finding files using “Open Quickly”<br>
<br>
I skimmed the source code and saw that I might be able to use some kind of settings:<br>
<br>
static std::map<std::string, NSString*> const map = {<br>
        { kSettingsExcludeDirectoriesInFileChooserKey, kSearchExcludeDirectoryGlobsKey },<br>
        { kSettingsExcludeDirectoriesKey,              kSearchExcludeDirectoryGlobsKey },<br>
        { kSettingsExcludeFilesInFileChooserKey,       kSearchExcludeFileGlobsKey      },<br>
        { kSettingsExcludeFilesKey,                    kSearchExcludeFileGlobsKey      },<br>
        { kSettingsExcludeInFileChooserKey,            kSearchExcludeGlobsKey          },<br>
        { kSettingsExcludeKey,                         kSearchExcludeGlobsKey          },<br>
        { kSettingsBinaryKey,                          kSearchExcludeGlobsKey          },<br>
        { kSettingsIncludeDirectoriesKey,              kSearchDirectoryGlobsKey        },<br>
        { kSettingsIncludeFilesInFileChooserKey,       kSearchFileGlobsKey             },<br>
        { kSettingsIncludeFilesKey,                    kSearchFileGlobsKey             },<br>
        { kSettingsIncludeInFileChooserKey,            kSearchGlobsKey                 },<br>
        { kSettingsIncludeKey,                         kSearchGlobsKey                 },<br>
};<br>
<br>
However, I don’t know where I would set these. I believe there may me some kind of file I can place at my project root to define these, but I’m unable to determine what the name of this file should be or the format of the file.<br>
<br>
Any help would be appreciated.<br>
<br>
Thanks!<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="https://lists.macromates.com/listinfo/textmate" rel="noreferrer" target="_blank">https://lists.macromates.com/listinfo/textmate</a></blockquote></div>