From 6d2129d10fdc74471eb73bb81487b57628b9aae9 Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Tue, 31 Oct 2023 10:38:56 +0100
Subject: [PATCH] Ignore nested PyCharm project

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 03effdcc..f5570b3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-*/.idea
+*/.idea/*
 *__pycache__*
\ No newline at end of file
-- 
GitLab