fix exclude patterns
This commit is contained in:
parent
392b8f2097
commit
628b4360f0
@ -11,8 +11,8 @@
|
|||||||
"remember_full_screen": false,
|
"remember_full_screen": false,
|
||||||
"show_line_endings": true,
|
"show_line_endings": true,
|
||||||
"highlight_line": true,
|
"highlight_line": true,
|
||||||
"folder_exclude_patterns": [".git", "node_modules"],
|
"folder_exclude_patterns": [".git", "node_modules", "venv"],
|
||||||
"file_exclude_patterns": ["package-lock.json"],
|
"file_exclude_patterns": [],
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Vintage",
|
"Vintage",
|
||||||
|
Loading…
Reference in New Issue
Block a user