From e96da0ef717179763d38b90b82688008799ff695 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Fri, 21 Nov 2025 20:09:57 +0800 Subject: [PATCH] Ignore Kotlin compiler generated files Signed-off-by: Aayush Gupta --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1352b6917..49267a9f0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ captures/ *.iml *~ .weblate +.kotlin *.class app/debug/ app/release/