From 11467051d147dd91cedd1bb4760dc647e73dfe57 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 10 Oct 2024 09:05:37 +0200 Subject: [PATCH] Git ignore .kotlin folder. https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bde49b3cf4..12bdb4eda8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,9 @@ captures/ .idea/shelf .idea/sonarlint +# .kotlin folder +.kotlin + # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. #*.jks