From 39356d5383c961e56b64dc77213527595282194c Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Tue, 17 Mar 2020 14:18:10 +0100
Subject: [PATCH] Ignore generated HTML.

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 861dae5..2a52948 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ web/css/aura-clock-bundle.css
 web/css/aura-player-bundle.css
 web/js/aura-clock-bundle.js
 web/js/aura-player-bundle.js
-web/clock.html
\ No newline at end of file
+web/clock.html
+web/trackservice.html
\ No newline at end of file
-- 
GitLab