X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=mdp.sublime-project;h=e20eca6ed8c461103734b58c50400e4ee4d9bca2;hb=43aa3385fb0e78b302a9191789d59115402035f8;hp=17711a05c70a005a92d48f6444b01642e2a646fb;hpb=a10fcae3cba4f58550b24b0029f3932615dadbc3;p=smdp.git diff --git a/mdp.sublime-project b/mdp.sublime-project index 17711a0..e20eca6 100644 --- a/mdp.sublime-project +++ b/mdp.sublime-project @@ -1,15 +1,16 @@ { - "settings": - { - "tab_size": 4, - "translate_tabs_to_spaces": true, - "use_tab_stops": false, - } - ,"folders": - [ - { - "follow_symlinks": true, - "path": "." - } - ] -} + "settings": + { + "tab_size": 4, + "translate_tabs_to_spaces": true, + "use_tab_stops": false + } + ,"folders": + [ + { + "follow_symlinks": true, + "path": ".", + "file_exclude_patterns": [".*", "mdp", "mdp.sublime-project"] + } + ] +} \ No newline at end of file