Excluding binary and large files from Sublime search

This commit is contained in:
Christoph Haas 2016-02-29 15:05:39 +01:00
parent 99059f54df
commit 07bd3a6abc

View file

@ -1,8 +1,5 @@
{
"folders":
[
{
"path": "."
}
]
"folders": [{ "path": "." }],
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip",
"public/screenshots/**", "*.log"],
}