From 1ac037075b706d468a96be4e8697f4f7d88268c3 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 12 Mar 2020 17:53:52 +0100
Subject: [PATCH] Exclude web bundles.

---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c036b22..cd6b2b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
 .idea/
 *.pyc
 *.log
+.vscode/tags
 configuration/engine.ini
-.vscode/tags
\ No newline at end of file
+web/css/aura-clock-bundle.css
+web/css/aura-player-bundle.css
+web/js/aura-clock-bundle.js
+web/js/aura-player-bundle.js
\ No newline at end of file
-- 
GitLab