From bc872503b95422a140c3de3ea53219edf8c042b3 Mon Sep 17 00:00:00 2001 From: tonihei Date: Tue, 18 Feb 2025 02:39:44 -0800 Subject: [PATCH] Ignore .kotlin directory #cherrypick PiperOrigin-RevId: 728119609 (cherry picked from commit 0a50741abec718c09e52c5f00cc241a00eeba23d) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 08bb46799b..700b94e9e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ gen libs obj lint.xml +.kotlin # IntelliJ IDEA .idea