18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/target": true,
|
|
"**/docker": true,
|
|
"node_modules": true,
|
|
"**/.mvn": true,
|
|
"**/venv": true
|
|
},
|
|
"explorerExclude.backup": {},
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
}
|