From 3d7f2f96ee5e65159898dc40ac1bb4eb86d5eee1 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:46:36 +1000 Subject: [PATCH] Add .kotlin directory to gitignore (#1476) https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 044b20a82..daa588a67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ *.iml .gradle +/.kotlin /local.properties /.idea .DS_Store build /captures .externalNativeBuild -.cxx \ No newline at end of file +.cxx