From 6c9e57d6244f2beb8b687fec20c0f1769b0c9f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 20 Oct 2021 19:43:52 +0800 Subject: [PATCH] Add .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e034f463 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# 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/ + +*.DS_Store +.idea +*.zip +*.tar.gz +v2ray +v2ctl +mockgen +vprotogen +!infra/vprotogen/ +errorgen +!common/errors/errorgen/ +*.dat