From 39bd2616c43961a963e3659ab69f725079517bca Mon Sep 17 00:00:00 2001 From: john Date: Sun, 30 Jun 2019 22:22:24 +0800 Subject: [PATCH] add go.sum to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ea5a3d4c..c3165c5e8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ bin/ cbuild **/.DS_Store .vscode/ - +go.sum