Ignore .class files in vscode
This commit is contained in:
parent
dffe9a40aa
commit
cbf84e2c28
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -2,7 +2,8 @@
|
|||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"target/**": true,
|
"target/**": true,
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
"**/.DS_Store": true
|
"**/.DS_Store": true,
|
||||||
|
"**/*.class": true
|
||||||
},
|
},
|
||||||
"java.configuration.updateBuildConfiguration": "automatic"
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user