From 71a97e0efc6251430d69213ebe57f867f69f7dc6 Mon Sep 17 00:00:00 2001 From: Mitch Dorrestijn <28249751+MitchDorrestijn@users.noreply.github.com> Date: Sat, 30 Jun 2018 15:55:27 +0200 Subject: [PATCH] Added .DS_Store to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ad46b30..8ced762 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# DS_Store meta files +.DS_Store