Files
leonapp/.vscode/settings.json

22 lines
548 B
JSON
Raw Normal View History

{
"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,
"config.php": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"config.php": true
}
}