From 22e18471dbdb286b4ec0e6ec1bb12a5e4501d6fb Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 11 Jun 2015 18:26:25 +0100 Subject: [PATCH] gitignore bundle.js too --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba501836c..191776811 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules build bundle.css +bundle.js