Prevent new DEBUG folder from getting into git repo. Must have gotten created when compiling for Android emulator.

This commit is contained in:
Hyperling 2025-02-26 10:06:09 -07:00
parent f6179d1fae
commit 8ae728f6bf

3
.gitignore vendored
View File

@ -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/.*