12 lines
382 B
JSON
12 lines
382 B
JSON
{
|
|
"files.exclude": {
|
|
"amplify/.config": true,
|
|
"amplify/**/*-parameters.json": true,
|
|
"amplify/**/amplify.state": true,
|
|
"amplify/**/transform.conf.json": true,
|
|
"amplify/#current-cloud-backend": true,
|
|
"amplify/backend/amplify-meta.json": true,
|
|
"amplify/backend/awscloudformation": true
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "interactive"
|
|
} |