From eb45754aa74107d8fb04374f910250e4d2bd9fc3 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sun, 5 Feb 2023 17:20:35 -0500 Subject: [PATCH] ENH: gitignore .idea --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f2a64b..85221c1 100644 --- a/.gitignore +++ b/.gitignore @@ -284,5 +284,5 @@ 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/