From f13677d3ea293239960a9913a01bf0161b624650 Mon Sep 17 00:00:00 2001 From: Hector Dearman Date: Tue, 4 Mar 2025 09:06:40 +0000 Subject: [PATCH] [android] Add .kotlin to .gitignore (#386) --- android/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/android/.gitignore b/android/.gitignore index 23ff398f..9d32f871 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -15,6 +15,7 @@ .cxx local.properties keystore.properties +.kotlin/ # Sentry Config File sentry.properties