Prevent new DEBUG folder from getting into git repo. Must have gotten created when compiling for Android emulator.
This commit is contained in:
parent
f6179d1fae
commit
8ae728f6bf
3
.gitignore
vendored
3
.gitignore
vendored
@ -32,7 +32,6 @@ migrate_working_dir/
|
|||||||
.pub-cache/
|
.pub-cache/
|
||||||
.pub/
|
.pub/
|
||||||
/build/
|
/build/
|
||||||
|
|
||||||
# Symbolication related
|
# Symbolication related
|
||||||
app.*.symbols
|
app.*.symbols
|
||||||
|
|
||||||
@ -43,3 +42,5 @@ app.*.map.json
|
|||||||
/android/app/debug
|
/android/app/debug
|
||||||
/android/app/profile
|
/android/app/profile
|
||||||
/android/app/release
|
/android/app/release
|
||||||
|
|
||||||
|
/android/app/.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user