Try adding...
excludeInBrowser = "{$excludeInBrowser,assets}" Thats the setting which affects the file sidebar.
Also remove the leading space from 'assets'. Arguably TM should strip it anyway, but it doesn't seem to so excluding ' assets' would still allow 'assets' dir to be shown
On 10 February 2015 at 01:26, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Dang! None of these excludes the folder assets from the file pane:
excludeDirectoriesInBrowser = "{$excludeDirectoriesInBrowser, assets}" excludeDirectories = "{$excludeDirectories, assets}”
Bob
Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On Feb 9, 2015, at 8:11 PM, Igor K me@igorkozlov.me wrote:
On 10 02 2015, at 02:48, Robert J. Rockefeller bob@bobrockefeller.com wrote:
I have a .tm_properties file in the root of my project folder that contains these lines:
excludeInFolderSearch = "{$excludeInFolderSearch,assets,bin,cache,images,logs,node_modules, config.codekit, composer.lock}" excludeInFileChooser = "{$exclude,$excludeInFolderSearch}”
That doesn’t hide the folders logs, cache, etc. from the file pane.
Do I have the syntax wrong?
If you want folder hidden in your file browser you should use exclude, excludeDirectories or excludeInBrowser.
File Chooser is ⌘T Folder Search is ⇧⌘F
For more info check out https://gist.github.com/Zearin/9d750721d37af7507c45
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate