From 8a2889633f5c7f6b6e0def5c65a4b9ff3cb5ebeb Mon Sep 17 00:00:00 2001 From: 5803024019 Date: Tue, 19 May 2026 12:41:19 +0700 Subject: [PATCH] chore: update .gitignore to include JVM crash dumps and Android SDK path --- walkguide-mobile/walkguide_app/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/walkguide-mobile/walkguide_app/.gitignore b/walkguide-mobile/walkguide_app/.gitignore index 3820a95..0e03039 100644 --- a/walkguide-mobile/walkguide_app/.gitignore +++ b/walkguide-mobile/walkguide_app/.gitignore @@ -43,3 +43,9 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +# JVM crash dumps +hs_err_pid*.log + +# Android SDK path (generated by Android Studio) +android/local.properties