Update gitignore
This commit is contained in:
parent
23e5fb54b6
commit
a65c0c5482
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1 +1,21 @@
|
||||||
|
*.iml
|
||||||
|
.gradle
|
||||||
|
/local.properties
|
||||||
/build
|
/build
|
||||||
|
/captures
|
||||||
|
*.apk
|
||||||
|
*.ap_
|
||||||
|
*.dex
|
||||||
|
*.class
|
||||||
|
bin/
|
||||||
|
gen/
|
||||||
|
out/
|
||||||
|
proguard/
|
||||||
|
*.log
|
||||||
|
.navigation/
|
||||||
|
captures/
|
||||||
|
.idea/
|
||||||
|
gradle/
|
||||||
|
gradlew
|
||||||
|
gradlew.bat
|
||||||
|
projectFilesBackup/
|
||||||
|
|
Loading…
Reference in a new issue