file-tree-exclude
file-tree-exclude copied to clipboard
Not all folders are being excluded
My config looks like this:
...
"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 even before heving this extension installed. The directories .sass-cache and .tmp are not being excluded.
So I'm not sure if this extension is doing anything at all....
I'm running Brackets 1.4 (due to these two bugs) on Windows 10.