From 9cb1ea36ccec11ade08cbd396a0318dfe0dfba14 Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Wed, 14 Aug 2024 14:56:49 +0530 Subject: [PATCH] Modified the gitignore file to not have .idea file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1fe5bbd..2ae38dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -195,7 +195,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/ # End of https://www.toptal.com/developers/gitignore/api/python,macos