Ignoring files and directories does not work in project files.
Instead use this in your user settings in Sublime 3:
{
"folder_exclude_patterns":
[
"public/assets",
"log",
"public/screenshots",
"tmp"
],
This commit is contained in:
parent
cfb5917484
commit
026ee04e02
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"folders": [{ "path": "." }],
|
||||
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip",
|
||||
"public/screenshots/**", "log/*"],
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue