From d512c5ab515e4682eec99d626283a85ab93ce953 Mon Sep 17 00:00:00 2001 From: Pooya Jaferian Date: Thu, 11 Feb 2016 22:12:33 -0800 Subject: [PATCH] added node_modules and DS_Store to the gitignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b7755212..a3ef7770 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ bundle.js *.bundle.js +node_modules +.DS_Store