{ "folders": [ // GITDB //////// { "follow_symlinks": true, "path": "../..", "file_exclude_patterns" : [ "*.sublime-workspace", ".git", ".noseids", ".coverage" ], "folder_exclude_patterns" : [ ".git", "cover", "gitdb/ext", "dist", "doc/build", ".tox" ] }, // SMMAP //////// { "follow_symlinks": true, "path": "../../gitdb/ext/smmap", "file_exclude_patterns" : [ "*.sublime-workspace", ".git", ".noseids", ".coverage" ], "folder_exclude_patterns" : [ ".git", "cover", "dist", "doc/build", ".tox" ] }, ] }