From 5c66fe5872f038745caf225ab36ac366d8bfd981 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Fri, 1 Feb 2019 11:02:22 +0100
Subject: [PATCH] gitignore: Add the workspace created by maven

Issue-Ref: 3620
Issue-Url: https://af3-developer.fortiss.org/issues/3620
Signed-off-by: Alexander Diewald <diewald@fortiss.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index bda1c29..0d3f486 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 **/target/
+/workspace/
 .log
-- 
GitLab