mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-26 23:42:18 +00:00
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"files.exclude": {
|
|
// Default Java Dev
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true,
|
|
|
|
// Custom Hidden Files
|
|
"**/.bin": true,
|
|
"**/.editorconfig": true,
|
|
},
|
|
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
}
|