mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Sublime project now excludes node_modules
This commit is contained in:
parent
f5aa476f62
commit
beba155ece
@ -3,7 +3,13 @@
|
||||
[
|
||||
{
|
||||
"path": ".",
|
||||
"file_exclude_patterns": ["*.sublime-project", "*.sublime-workspace"]
|
||||
"file_exclude_patterns": [
|
||||
"*.sublime-project",
|
||||
"*.sublime-workspace"
|
||||
],
|
||||
"folder_exclude_patterns": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
|
Loading…
Reference in New Issue
Block a user