Created
June 8, 2015 11:47
-
-
Save peterver/de9b1fede42af9bb9151 to your computer and use it in GitHub Desktop.
Sublime Preferences : Search 'Optimization'/Decluttering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"binary_file_patterns": | |
[ | |
"node_modules/*", | |
"bower_components/*", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment