From 1184426afff3c1c60171fa4fe7530dcd73f8676d Mon Sep 17 00:00:00 2001 From: roc Date: Tue, 18 Sep 2018 19:55:05 +0800 Subject: [PATCH] add .DS_Store to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 08cb523c..40d87584 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ go.sum +.DS_Store