Files
leonapp/.vscode/settings.json
2025-09-20 22:20:08 +08:00

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
}
}