From b7a194f694f8cef34b15bb8a1ef96583aed37d83 Mon Sep 17 00:00:00 2001 From: David Arndt Date: Wed, 27 Mar 2019 21:40:41 -0600 Subject: [PATCH] Ignore .DS_Store. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 08a8ac9..8876286 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.yardoc \ No newline at end of file +.yardoc +.DS_Store