21 lines
521 B
JSON
21 lines
521 B
JSON
|
|
{
|
||
|
|
"git.ignoreLimitWarning": true,
|
||
|
|
"git.enableSmartCommit": true,
|
||
|
|
"git.autofetch": true,
|
||
|
|
"git.confirmSync": false,
|
||
|
|
"git.path": "git",
|
||
|
|
"git.terminalAuthentication": true,
|
||
|
|
"git.ignoreMissingGitWarning": false,
|
||
|
|
"files.exclude": {
|
||
|
|
"**/.git": true,
|
||
|
|
"**/.svn": true,
|
||
|
|
"**/.hg": true,
|
||
|
|
"**/CVS": true,
|
||
|
|
"**/.DS_Store": true,
|
||
|
|
},
|
||
|
|
"search.exclude": {
|
||
|
|
"**/node_modules": true,
|
||
|
|
"**/bower_components": true,
|
||
|
|
"config.php": true
|
||
|
|
}
|
||
|
|
}
|