commit d004c557776fd3e1466649d894b5a8a3ea309323 Author: Microsoft GitHub User Date: Sun Nov 25 06:05:31 2018 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1c181e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out