From cd55bcfcadf55980a69eedfdabd32bf138a5f648 Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Mon, 8 Dec 2014 11:08:26 +0000 Subject: [PATCH] Set .gitignore to ignore test files Files in /dist are used for Tenon.io. Ignore these. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 52a948961..f1a5a8984 100755 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ node_modules public/stylesheets/ # Ignore WIP form examples views/examples/forms +# Ignore test files +dist/*.html \ No newline at end of file