From 8cd6a18c374015c2eab448b794fdc5d1c8cc5c53 Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Fri, 17 May 2024 14:23:39 +0500 Subject: [PATCH] chore: Added .idea directory to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 22935c244ce..ce63d46e1da 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ htmlcov # msgfmt sometimes leaves these behind in the root directory /*.mo + +# IntelliJ IDEA +.idea/