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

Not all folders are being excluded

Open thany opened this issue 9 years ago • 0 comments

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.

thany avatar Dec 28 '15 10:12 thany