From: Ben Beltran Date: Wed, 30 Aug 2017 05:26:35 +0000 (-0500) Subject: Ignore .DS_Store files X-Git-Url: https://git.r.bdr.sh/rbdr/sorting-hat-renderer/commitdiff_plain/c2042e97e79390be475af45fe4cf9d0031a93715?hp=c6425032e13c139bedd0546119f6ed1c93365822 Ignore .DS_Store files --- 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