From 6eb7166782fcc5cda2a4dfdd841da1ef1403a7bf Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Sun, 14 Oct 2012 17:34:19 -0400 Subject: [PATCH] Add compiled templates to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 87ae272..db7c5db 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ build node_modules npm-debug.log + +template/**/*.js