From e06b1e31fd8f7b7817877ad0eb77ebdb497a7ae8 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 26 Mar 2022 16:43:09 -0500 Subject: [PATCH] Add .idea to the .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de2d5e0..8ee9f6a 100644 --- a/.gitignore +++ b/.gitignore @@ -149,4 +149,4 @@ 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/