From eaf2ee0ef34d80579c914ea62375d1e1a4827073 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 25 Jan 2016 09:37:24 -0500 Subject: [PATCH] ignoring node modules and Gruntfile.js --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ac474c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +Gruntfile.js