file-tree-exclude icon indicating copy to clipboard operation
file-tree-exclude copied to clipboard

Brackets extension for excluding folders from the file tree, find in files, and quick open.

Results 4 file-tree-exclude issues
Sort by recently updated
recently updated
newest added

Since updating to the newest version of Brackets this extension doesn't seem to be working.

My config looks like this: ``` javascript ... "jwolfe.file-tree-exclude.list": [ "node_modules", "bower_components", ".git", ".sass-cache", ".tmp" ], ... ``` The directories `node_modules`, `bower_components`, and `.git` are being excluded, but they where...

Is there a way to exclude some files and folders from being excluded? For example, although I'd like to have "bower_components" excluded from my project, I'm currently working with sass...

bug

It's hardly fair to log the first bug report on this issue, but it must be documented that the method used here can't exclude folders explicitly used by other plugins....

enhancement