From 40f8a05ad66edb1951524a728eeb1a6f2819e4e5 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Wed, 13 Sep 2023 22:23:31 +0200 Subject: [PATCH] Add .idea to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 455eaca..36ab590 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /PFERD.egg-info/ __pycache__/ /.vscode/ +/.idea/ # pyinstaller /pferd.spec