add apk/result to gitignore
This commit is contained in:
parent
452082de2a
commit
9a75e30ae0
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,5 +2,8 @@ apk/ToyKey.keystore
|
||||||
apk/obj
|
apk/obj
|
||||||
apk/obj/*
|
apk/obj/*
|
||||||
apk/bin/*
|
apk/bin/*
|
||||||
|
apk/result
|
||||||
|
apk/result/
|
||||||
|
apk/result/*
|
||||||
apk/bin/!.gitkeep
|
apk/bin/!.gitkeep
|
||||||
/example.app.apk
|
/example.app.apk
|
||||||
|
|
Loading…
Add table
Reference in a new issue