From 165e706179c85e117dff811eabe667f237603471 Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Tue, 6 Aug 2024 17:21:19 +0200 Subject: [PATCH] Add .kotlin to the ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd31ccd..5f6bc17 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ /build/ -.idea \ No newline at end of file +.idea +.kotlin