mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 17:04:04 +02:00
Ignore .class files in vscode
This commit is contained in:
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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user