Initial commit

This commit is contained in:
HFocus
2019-07-07 14:04:30 -06:00
commit d7f9bd1473
20 changed files with 876 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"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
}