From f5f2f06334f572d65fe5eeb5a1c491de9a1ca9b2 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+ellet0@users.noreply.github.com> Date: Mon, 27 May 2024 10:05:12 +0300 Subject: [PATCH] Add .kotlin from Kotlin 2.0.0 in .gitignore (#406) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea4fa7e8f..17d90afe3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ build local.properties /lib/ docs/html +.kotlin