From 2e551278e7a578db48dee494780644843cff11bd Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 13 Apr 2015 14:48:14 -0700 Subject: [PATCH] Remove .DS_Store from .gitignore. Files created by a particular developer's toolchain belong in that developer's global gitignore configuration, not in each separate repo. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce380c6..8d87b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ node_modules/* -.DS_Store