From 5acaaa07e269ea0d2c2b53f12a9dc9329e4088c2 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Mon, 09 Aug 2021 21:56:42 +0000
Subject: [PATCH] Fixing the double space in tags and removing commented section

---
 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
index 9616a17..224556d
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
-
+*.aax
+.vscode
 # C extensions
 *.so
 

--
Gitblit v1.10.0