c6683b28dc
Release package / release (push) Successful in 17m59s
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Reviewed-on: #50
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"
|
|
}
|