From edceec91e44a21aae738c7508f89e68a63db3c55 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 14 Apr 2014 15:12:23 -0700 Subject: [PATCH] Ignore the website build dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5530f593d..2dc4486c2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ _testmain.go *.test bin/ .vagrant/ +website/build/ website/npm-debug.log *.old *.attr