chore: Update .gitignore for gradle-profiler (#176)
Ignore directories created by `gradle-profiler`.
This commit is contained in:
parent
949faae051
commit
24e195f5b9
|
@ -6,5 +6,8 @@
|
|||
build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
gradle-user-home
|
||||
profile-out
|
||||
profile-out-*
|
||||
app/release
|
||||
app-release.apk
|
||||
app-release.apk
|
||||
|
|
Loading…
Reference in New Issue