From 48e47e34a81c96137121a6bbc83c0388391e9d04 Mon Sep 17 00:00:00 2001 From: Gourav Kumar Date: Sat, 25 Jun 2022 13:22:52 +0530 Subject: [PATCH] ignore intellij idea folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e820de..0653bde 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .env *egg-info __pycache__ -.vscode \ No newline at end of file +.vscode +.idea \ No newline at end of file