Initial commit

This commit is contained in:
Keenan D. Buckley
2020-01-09 23:55:46 +00:00
commit ae469b5066
27 changed files with 1626 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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
}
}