mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 00:38:01 -06:00
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"bin/": true,
|
|
".classpath": true,
|
|
".project": true
|
|
},
|
|
"wpilib.online": true
|
|
}
|