mirror of
https://github.com/TristanH/bookcision.git
synced 2021-07-26 20:46:03 +03:00
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"file_exclude_patterns": ["*.sublime-workspace"],
|
|
|
|
"folder_exclude_patterns":
|
|
[
|
|
".hg",
|
|
"node_modules",
|
|
"obj",
|
|
"web_modules",
|
|
"dest"
|
|
],
|
|
|
|
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
|
|
|
|
"path": "/C/src/bookcision"
|
|
}
|
|
]
|
|
} |