From 736a4afe9b5acaed08cc2d73d28173d773fde627 Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Tue, 4 Jun 2024 10:30:49 -0700 Subject: [PATCH] Add `.kotlin/` to `.gitignore` (#271) --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 21b2e7bd..cb14493d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ *.iml +.DS_Store +.cxx +.externalNativeBuild .gradle -/local.properties +.kotlin/ /.idea -.DS_Store -build/ -out/ /captures -.externalNativeBuild -.cxx +/local.properties +build/ kotlin-js-store +out/