From 42eb190b15ff0423869c441f1e3984bdec3f1bdd Mon Sep 17 00:00:00 2001 From: Septicuss <40741898+Septicuss@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:00:02 +0300 Subject: [PATCH] fix: Add IntelliJ files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 64ac031..330c4fd 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ local.properties /target/ .classpath .project +/.idea +*.iml