1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-18 21:17:59 +01:00
ripme/.vscode/settings.json

9 lines
186 B
JSON
Raw Normal View History

2017-04-28 10:56:50 -07:00
{
"files.exclude": {
"target/**": true,
"**/.git": true,
"**/.DS_Store": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}