From 426fc15ca1947db3595acb2bb8122b679c92deed Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Sun, 13 Apr 2014 17:57:01 -0700 Subject: [PATCH] Add build and js folders to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c5175f7..b3dcb52 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ lib/font/tables/.DS_Store node-zlib/ src/ playground/ +build/ +js/ *.html \ No newline at end of file