chore: Ignore any files in app/*/release (#527)
Ensures release build files are ignored irrespective of the build type.
This commit is contained in:
parent
5be93acf6b
commit
faee20dee4
|
@ -9,5 +9,5 @@ build
|
||||||
gradle-user-home
|
gradle-user-home
|
||||||
profile-out
|
profile-out
|
||||||
profile-out-*
|
profile-out-*
|
||||||
app/release
|
app/*/release
|
||||||
app-release.apk
|
app-release.apk
|
||||||
|
|
Loading…
Reference in New Issue