commit 2e109448aa3b158a51c8666ff5b0c9e390cc4c6e Author: Xin.zhang@le-it.com.cn <18640678883@163.com> Date: Tue Sep 14 17:31:43 2021 +0800 提交gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c36cbe --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +.idea/ +.DS_Store +output/ + +# 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/ \ No newline at end of file