From b0dece84b98cfa0f35d8003f9b1ad2040c5ec5dd Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Wed, 22 May 2024 20:04:05 +0200 Subject: [PATCH] Add `.kotlin` directory to `.gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d4482596d..cc7ae83f7 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ _sandbox # Android Studio captures folder captures/ + +# Kotlin +.kotlin