From 18c6d3887756298acf197fd1ea2e966ff53f9504 Mon Sep 17 00:00:00 2001 From: Nadav Spiegelman Date: Fri, 25 Mar 2016 20:58:38 -0400 Subject: [PATCH] Add node_modules to blueprint gitignore --- create-react-project/blueprint/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/create-react-project/blueprint/.gitignore b/create-react-project/blueprint/.gitignore index 172b936..cecc658 100644 --- a/create-react-project/blueprint/.gitignore +++ b/create-react-project/blueprint/.gitignore @@ -1,3 +1,4 @@ .build .env lib +node_modules