From ae52007fd2ca4a9d6f1b6a5a0d14617a28bfe1d6 Mon Sep 17 00:00:00 2001 From: Mike Tierney Date: Wed, 28 Oct 2015 11:35:10 -0700 Subject: [PATCH] Ignore .DS_Store files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11c2cd3..3eb5bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' +.DS_Store + # Ignore bundler config. /.bundle @@ -19,4 +21,4 @@ .env bin/* -.sass-cache/* \ No newline at end of file +.sass-cache/*