From 0e43f970a65492c2af0699c6c7a4496d19cea4f7 Mon Sep 17 00:00:00 2001 From: Arnie via Claude Date: Fri, 12 Jun 2026 00:09:20 +0200 Subject: [PATCH] chore: add .kotlin/ and *.iml to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a725084..f97bb76 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ build/ local.properties *.apk.idsig +# Kotlin compiler cache +.kotlin/ +*.iml + # Editor / OS .idea/ .vscode/