From d903a60f2a7a85e81548342f2a9bff42babaed70 Mon Sep 17 00:00:00 2001 From: Travis Wyatt Date: Wed, 12 Jun 2024 10:25:12 -0700 Subject: [PATCH] Add `.kotlin/` to `.gitignore` (#303) --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e44d96a..663465a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ *.iml +.DS_Store +.cxx +.externalNativeBuild .gradle -/local.properties +.kotlin/ /.idea -.DS_Store -build/ /captures -.externalNativeBuild -.cxx +/local.properties +build/