Loading

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
posted @ 2017-02-25 01:16  浩友  阅读(1023)  评论(0编辑  收藏  举报