From cd56fd39f15e1ea1d4d699ca863e8a0e3c5bbb7f Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 22 Apr 2021 14:14:53 +0800 Subject: [PATCH] ignorefile --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..beb722a --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +### Go template +# 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 +.idea +go.sum +data.json +chat.iml +# Dependency directories (remove the comment below to include it) +# vendor/ +