From 248daa5c80af9496cea67efd3dfecf8ad7b750a6 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 22 Feb 2025 01:15:58 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 075830a..1e1d8a6 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