From 67116bba5a6f1378fa2d917a769d844bc2f6c951 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 22 Feb 2025 02:09:46 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 075830ac..1e1d8a63 100644 --- a/.gitignore +++ b/.gitignore @@ -30,15 +30,22 @@ .idea/**/libraries # Gradle and Maven with auto-import +.idea/.name .idea/artifacts .idea/compiler.xml .idea/jarRepositories.xml .idea/modules.xml .idea/*.iml .idea/modules +.idea/caches +.idea/material_theme** +.idea/other.xml *.iml *.ipr +# Kotlin +.kotlin + # Misc .idea/misc.xml