Files
To-Shoot-TShirt/.vscode/settings.json
T

16 lines
323 B
JSON
Raw Normal View History

2021-10-04 17:21:43 -06:00
{
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"bin/": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}