Use a better name
This commit is contained in:
parent
5f468970f0
commit
30fefa0ef8
4 changed files with 19 additions and 19 deletions
|
@ -269,7 +269,7 @@
|
|||
"include_warnings": true
|
||||
},
|
||||
// TODO kb docs
|
||||
"scan_exclude_files": [
|
||||
"file_scan_exclusions": [
|
||||
"**/.git",
|
||||
"**/.svn",
|
||||
"**/.hg",
|
||||
|
@ -277,8 +277,7 @@
|
|||
"**/.DS_Store",
|
||||
"**/Thumbs.db",
|
||||
"**/.classpath",
|
||||
"**/.settings",
|
||||
"**/target"
|
||||
"**/.settings"
|
||||
],
|
||||
// Git gutter behavior configuration.
|
||||
"git": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue