Add default scan excluded files settings
This commit is contained in:
parent
c52fe2f536
commit
26f7e66b49
4 changed files with 15 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue