From 0c090d726b058eb632e5be9b6ce9a3a1f6da5150 Mon Sep 17 00:00:00 2001 From: Ola Blissing Date: Wed, 4 Jul 2018 07:36:19 +0200 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b51ea71..1881591 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -build/ \ No newline at end of file +build/ +*.DS_Store \ No newline at end of file