From 8ae728f6bfd07bbe1574c3785293048966289413 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 26 Feb 2025 10:06:09 -0700 Subject: [PATCH] Prevent new DEBUG folder from getting into git repo. Must have gotten created when compiling for Android emulator. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 79c113f..5c2614a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,6 @@ migrate_working_dir/ .pub-cache/ .pub/ /build/ - # Symbolication related app.*.symbols @@ -43,3 +42,5 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +/android/app/.*