From fa54fb58aebbe4a50a447f4fac7230135b1bcd41 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Tue, 9 Jul 2024 14:42:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20include=20whole=20.idea=20direct?= =?UTF-8?q?ory=20in=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9339a8f..112969e 100644 --- a/.gitignore +++ b/.gitignore @@ -160,6 +160,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/ +.idea/ # End of https://www.toptal.com/developers/gitignore/api/python