From 0df50f81fa9531fa1b7e72a8c136fd55d3c4bdca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Jan 2016 11:35:07 +0000 Subject: [PATCH] Ignore node_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 50263768..cba07af1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/node_modules/ /output_*/ /source/components/ /.sculpin/