Ignore generated build artifacts
This commit is contained in:
parent
71af5efc4e
commit
9bc3651341
1 changed files with 10 additions and 7 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,11 +1,14 @@
|
||||||
*.iml
|
*.iml
|
||||||
.gradle
|
.gradle/
|
||||||
/local.properties
|
.kotlin/
|
||||||
/.idea
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
build/
|
||||||
/captures
|
*/build/
|
||||||
.externalNativeBuild
|
captures/
|
||||||
.cxx
|
.externalNativeBuild/
|
||||||
|
.cxx/
|
||||||
local.properties
|
local.properties
|
||||||
app/release/
|
app/release/
|
||||||
|
*.apk
|
||||||
|
*.ap_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue