From d97358020362e36f616707d93f688ad283eb7b41 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 22 May 2014 13:44:45 -0400 Subject: [PATCH] Add to .gitignore: .DS_Store, node_modules --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f960c0be3..f3c254660 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.DS_Store +node_modules dist/iD.js dist/iD.min.js dist/iD.css