From c25ae912bf6c79ceceb6e1755fedc29f4480b44f Mon Sep 17 00:00:00 2001 From: Ricky Chilcott Date: Fri, 21 Sep 2018 08:14:13 -0400 Subject: [PATCH] Ignore .DS_Store files --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c8cf75a..65eded6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,8 @@ /libs/ /.crystal/ /.shards/ - +.DS_Store # Libraries don't need dependency lock # Dependencies will be locked in application that uses them /shard.lock -