Android Studio Git .gitignore文件配置忽略不需要的文件
转载请标明出处:
http://www.cnblogs.com/why168888/p/6440805.html本文出自:【Edwin博客园】
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea
# Keystore files
*.jks
磨刀不误砍柴工