On 6/25/07, Robin Houston robin.houston@gmail.com wrote:
See the Folder References section of the Advanced pane of the preferences.
In more detail: the default File Pattern starts like this:
!(/.(?!htaccess)[^/]*
and you can add .textmate_init as an exception by inserting |textmate_init thus:
!(/.(?!htaccess|textmate_init)[^/]*
leaving the rest of the pattern unchanged.
Robin