From cb003cf2a78f9e0ec0e928046da6bee8b4b3f720 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Mon, 24 Mar 2025 11:04:18 +0530 Subject: [PATCH] add .idea directory to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b68872d..38a7d82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # .gitignore # Ignore the .idea directory +.idea/ # Other files and directories to ignore node_modules/