From 9b5627128c64be4f819b7118a8f61bd51c38637d Mon Sep 17 00:00:00 2001 From: ACh Sulfate Date: Sun, 30 Jun 2024 21:39:34 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 183df34e..7d74953c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ debug/ # Files for the ART/Dalvik VM *.dex +# Kotlin sessions +.kotlin/ + # Java class files *.class