Commit f497aa3a by sikang

gitignore update

parent 743887a7
/build
######################
# Builds
######################
*.apk
*.ap_
/*/build/
*.class
bin/
gen/
out/
######################
# Gradle & Gradle Wrapper
######################
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# Local configuration file (sdk path, etc)
local.properties
######################
# Proguard folder generated by Eclipse
######################
proguard/
######################
# Logs
######################
*.log
*.log.gz
######################
# Android Studio
######################
.navigation/
captures/
######################
# Crash
######################
com_crashlytics_export_strings.xml
######################
# Signing
######################
.signing/
######################
# Intellij
######################
.idea/
*.iml
*.iws
*.ipr
*.ids
*.orig
######################
# OS Specified Files
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment