summaryrefslogtreecommitdiff
path: root/.brackets.json
blob: 6c4c6e3574d91f9893db40c3bea78e4fe4528744 (plain)
1
2
3
4
5
6
7
8
{
            "mitchellsimoens.file-tree-exclude.excludeList": [
             ".git(?!ignore)",
             "dist",
             "bower_components",
             "node_modules"
      ]
}