From d63853c4853186aed2414558e60c23294bffb0a5 Mon Sep 17 00:00:00 2001 From: Verox Date: Fri, 12 Jan 2024 15:39:58 +0100 Subject: [PATCH] Added .idea to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d381cc..55e34d8 100644 --- a/.gitignore +++ b/.gitignore @@ -158,5 +158,6 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.DS_Store/ +.idea/