From 3dda7352703ca152b1629b1babd5a9aa80ef4dbd Mon Sep 17 00:00:00 2001 From: bing Date: Fri, 1 Jul 2022 11:21:22 +0800 Subject: [PATCH] Initial commit --- .gitignore | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d0522d --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> Go +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..314e0f5 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# sketch_lib +