From cebccc72d7913331f099c2aaf33d3310701c742c Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Fri, 22 Jul 2016 16:16:31 -0700 Subject: [PATCH] Add build directory to gitignore --- template/gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/gitignore b/template/gitignore index f709354aaaa..33ac4a7c1c8 100644 --- a/template/gitignore +++ b/template/gitignore @@ -3,5 +3,8 @@ # dependencies node_modules +# production +build + # misc npm-debug.log