add PHP exclude patterns
This commit is contained in:
parent
9edd6d9912
commit
69ecc45378
@ -1,5 +1,5 @@
|
||||
{
|
||||
"theme": "auto",
|
||||
"theme": "ayu-mirage.sublime-theme",
|
||||
"ui_scale": 1.0,
|
||||
"bold_folder_labels": true,
|
||||
"font_face": "Cascadia Code",
|
||||
@ -12,10 +12,11 @@
|
||||
"remember_full_screen": false,
|
||||
"show_line_endings": true,
|
||||
"highlight_line": true,
|
||||
"folder_exclude_patterns": [".git", "node_modules", "venv"],
|
||||
"file_exclude_patterns": [],
|
||||
"folder_exclude_patterns": [".git", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3"],
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"color_scheme": "ayu-mirage.sublime-color-scheme",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user