From b724307da12c2740e49a54df24403c05227aee9b Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Wed, 19 Nov 2025 13:00:24 +0100 Subject: [PATCH] Add .kotlin to gitignore Add .kotlin to gitignore as these are build files and should not be commited --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67057f9425..40c07a3035 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ gradle-app.setting # Java heap dump # End of https://www.toptal.com/developers/gitignore/api/android,gradle,java +.kotlin/ .DS_Store bin/* .build/