From bf6255519da02cb5d0818b6ac4aa0e61961fc4e4 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 5530f593d6..2dc4486c27 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ _testmain.go *.test bin/ .vagrant/ +website/build/ website/npm-debug.log *.old *.attr