.gitignore

来源:互联网 发布:php环境配置wrap 编辑:程序博客网 时间:2024/05/18 22:56

Porjece:

.gradle

/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
/.idea
MobileSafe.iml
bash.exe.stackdump
gradle.properties配置文件
/gradle
gradlew

gradlew.bat


Module:

/build
app.iml

proguard-rules.pro混淆打包配置文件



0 0