From d1677e79ccc9a03a1bb9f78dfd325a46c1201737 Mon Sep 17 00:00:00 2001 From: 202310715096-JEREMIA-SEBASTIAN-MARPAUNG <202310715096@mhs.ubharajaya.ac.id> Date: Wed, 14 Jan 2026 18:22:48 +0700 Subject: [PATCH] EAS --- .gitignore | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index aa724b7..ee2cb08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,14 @@ +# gradle +.gradle/ +build/ + +# Android Studio +.idea/ *.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -.DS_Store -/build -/captures -.externalNativeBuild -.cxx + +# Kotlin +kotlin/ +**/kotlin/errors/ + +# Local config local.properties