Ignoring log files in Sublime text search

This commit is contained in:
Christoph Haas 2016-03-01 12:58:18 +01:00
parent 45d1749f8c
commit cfb5917484

View file

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