mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 13:13:41 +01:00
9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"files.exclude": {
|
|
"target/**": true,
|
|
"**/.git": true,
|
|
"**/.DS_Store": true
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
}
|