From 6983b92764198f3ee52f0da7b8d37c127fe21331 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <Chris Pomeroy>
Date: Fri, 08 Feb 2019 13:22:01 +0000
Subject: [PATCH] reverting the getmetadatatag

---
 .gitignore |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 087029a..224556d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
-
+*.aax
+.vscode
 # C extensions
 *.so
 
@@ -42,3 +43,6 @@
 
 # Sphinx documentation
 docs/_build/
+
+.idea
+.idea/*

--
Gitblit v1.10.0