From 762fcbb516768007a21f9b5a3d523f59162ed0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 24 Sep 2025 11:24:13 +0200 Subject: [PATCH] Add .kotlin/ to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Deleuze --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07ace14a1c..91b19aa1d2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ atlassian-ide-plugin.xml s101plugin.state .attach_pid* .~lock.*# +.kotlin/ !.idea/checkstyle-idea.xml !.idea/externalDependencies.xml