Add default scan excluded files settings

This commit is contained in:
Kirill Bulatov 2023-11-14 22:55:06 +02:00
parent c52fe2f536
commit 26f7e66b49
4 changed files with 15 additions and 3 deletions

View file

@ -268,6 +268,18 @@
// Whether to show warnings or not by default.
"include_warnings": true
},
// TODO kb docs
"scan_exclude_files": [
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings",
"**/target"
],
// Git gutter behavior configuration.
"git": {
// Control whether the git gutter is shown. May take 2 values: