diff options
Diffstat (limited to '.brackets.json')
| -rw-r--r-- | .brackets.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.brackets.json b/.brackets.json new file mode 100644 index 00000000..6c4c6e35 --- /dev/null +++ b/.brackets.json @@ -0,0 +1,8 @@ +{ + "mitchellsimoens.file-tree-exclude.excludeList": [ + ".git(?!ignore)", + "dist", + "bower_components", + "node_modules" + ] +} |
