From e784969b06d6e6a34c086b9437ead70f8d343002 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Sat, 20 Jun 2020 13:26:17 +0200
Subject: [PATCH] Ignore test artifacts.

---
 .dockerignore | 6 +++++-
 .gitignore    | 5 ++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.dockerignore b/.dockerignore
index 4e602ac..0a305ec 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -72,4 +72,8 @@ target/
 .ipynb_checkpoints
 
 # VirtualEnv
-python
\ No newline at end of file
+python
+
+
+#Testing
+.noseids
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 3d7483f..6e10b8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,4 +64,7 @@ target/
 .ipynb_checkpoints
 
 # VirtualEnv
-python
\ No newline at end of file
+python
+
+#Testing
+.noseids
\ No newline at end of file
-- 
GitLab