From 0dde856226b4a70bb7909959986145e7a10bb6fe Mon Sep 17 00:00:00 2001
From: Thomas Hackl <hackl@data-quest.de>
Date: Thu, 12 Aug 2021 14:33:13 +0200
Subject: [PATCH] ignore PHPStorm files

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

diff --git a/.gitignore b/.gitignore
index 9ce8142c12a..bac50a30b1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,5 @@ tests/_helpers/CodeGuy.php
 tests/_helpers/TestGuy.php
 tests/_helpers/WebGuy.php
 tests/_helpers/_generated
+
+.idea
-- 
GitLab