From 9330684b2e997cdaccff9b59f8d3d0ed60c62ceb Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Thu, 27 Feb 2014 10:26:51 +0100 Subject: [PATCH] Ignore project-specific files. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ca85bae237..79222913eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Project-specific files +/Verdana.ttf +/analytics.json +/coverage.html + # Installed npm modules node_modules