From 25aaeff13c8a93db5109fc008118e1cf13273b28 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 14 Aug 2018 13:33:36 +0300 Subject: [PATCH] Ignore DS_Store --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a07d86f..4d74784 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +.DS_Store + # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ .idea/