From cbc982a8b5fd5e155ecd9779c46d2945c0c37549 Mon Sep 17 00:00:00 2001 From: john gravois Date: Thu, 15 Sep 2016 14:33:19 -0700 Subject: [PATCH] a few more --- .gitignore | 3 +++ debug/{index.html => sample.html} | 0 2 files changed, 3 insertions(+) rename debug/{index.html => sample.html} (100%) diff --git a/.gitignore b/.gitignore index 24cdbdf..a897029 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ node_modules .node_repl_history dist/ +debug/*.html +!debug/sample.html + diff --git a/debug/index.html b/debug/sample.html similarity index 100% rename from debug/index.html rename to debug/sample.html