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