sublime text 에서 검색시 폴더 제외, 파일 제외 하기
http://stackoverflow.com/questions/13706965/limit-file-search-scope-in-sublime-text-2 Prefereneces -> Settings (Default) -> // 검색에 제외시킬 확장자 명 "binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"], // 검색에 제외시킬 폴더 명 "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"],
더보기