From 7ad020d6fc6288a4d1980a2c1af6e5d1320a36d0 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 3 Sep 2024 15:34:48 +0200 Subject: [PATCH] Add .idea/ to gitignore for PyCharm I like to live a little dangerous --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fbfd272..21cbfdc 100644 --- a/.gitignore +++ b/.gitignore @@ -149,7 +149,7 @@ 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/ .vscode/ *.code-workspace \ No newline at end of file