From e70acf697b7e4daa6ecc58d0351a491740766509 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 5 Jan 2016 12:25:34 +0100 Subject: [PATCH] Ignore node_modules folder in git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1661e5a3..94196f192 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ coverage -.nyc_output \ No newline at end of file +.nyc_output +node_modules