fix exclude patterns

This commit is contained in:
Alexander Popov 2021-07-28 22:22:03 +03:00
parent 392b8f2097
commit 628b4360f0
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 2 additions and 2 deletions

View File

@ -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",