In TextMate 2's .tm_properties
I can exclude a file with a line such as:
exclude = "{index.php}"
However I'd like to exclude such a file in a specific location, not every file with that name.
Obviously, trying /index.php
or \/index.php
didn't work.