From 4c74d162dd19132643d874b14accfc17dddbf5b4 Mon Sep 17 00:00:00 2001
From: "Robin.Mueller" <robin.mueller.m@gmail.com>
Date: Sat, 18 Jan 2020 15:02:18 +0100
Subject: [PATCH] gitignore update

---
 .gitignore | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5db16af..832eebe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,9 @@ generators/*.csv
 
 *tmtc*.txt
 log
-!.idea
-!.idea/*
 
-.idea/workspace.xml
\ No newline at end of file
+# https://stackoverflow.com/questions/5533050/gitignore-exclude-folder-but-include-specific-subfolder
+# you can skip this first one if it is not already excluded by prior patterns
+!.idea/
+.idea/*
+!.idea/runConfiguration/
\ No newline at end of file
-- 
GitLab