mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-02-11 10:00:44 +01:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"files.exclude": {
|
|
"target/**": true,
|
|
"**/.git": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.class": true,
|
|
"**/rips/**": true
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
}
|