From 3a14df43a538ab6953a904e8ae146ee3527513de Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Tue, 25 Jul 2023 14:39:48 +0330 Subject: [PATCH] add .idea to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9618a3..4e572ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .next -.env.local \ No newline at end of file +.env.local +.idea \ No newline at end of file