Files
Robot-Essentials/.vscode/settings.json
T

16 lines
323 B
JSON
Raw Normal View History

2019-07-07 14:04:30 -06:00
{
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"bin/": true,
2020-01-05 11:01:43 -07:00
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
2019-07-07 14:04:30 -06:00
}