From 8636242931080fdd4d0d5c9a10e2a677183b3f71 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 16 Jun 2016 10:56:43 -0700 Subject: [PATCH] add build.js to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11e9948e1..ef21fb4c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ node_modules -test/support/build.js +build.js