From f7a63a6896010033482d365fd40e6423bea0cdc0 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:18:40 +0000 Subject: [PATCH] chore: add .kotlin/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 01338ee..5ab6957 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ build/ *.iml .idea/ local.properties -*.klib \ No newline at end of file +*.klib +.kotlin/