mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-02-21 22:52:26 +01:00
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "E:\\Downloads\\_Isaaku\\dev"
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"files.exclude": {
|
||
|
"**/.classpath": false,
|
||
|
"**/.project": true,
|
||
|
"**/.settings": true,
|
||
|
"**/.factorypath": true
|
||
|
},
|
||
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||
|
}
|
||
|
}
|