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
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea
|
||||
.gradle/
|
||||
.kotlin/
|
||||
.idea/
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
build/
|
||||
*/build/
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
local.properties
|
||||
app/release/
|
||||
*.apk
|
||||
*.ap_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue