From a69081681bf158a55f71fe7df7eac1d1415e166b Mon Sep 17 00:00:00 2001 From: Kevin Schildhorn Date: Tue, 12 Nov 2024 10:14:13 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89fe98ae..e68771e6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,6 @@ build/ local.properties Pods -.kotlin/metadata/ -samples/sample/.kotlin/metadata/ + +# Intermediate klibs +.kotlin \ No newline at end of file