From c2042e97e79390be475af45fe4cf9d0031a93715 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 30 Aug 2017 00:26:35 -0500 Subject: Ignore .DS_Store files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5a045f0..0b0baa8 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,5 @@ typings/ # the built files assets/bundle.js + +.DS_Store -- cgit