# apply from stackoverflow by sam
#
# http://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project
#
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.DS_Store
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
#NDK
obj/
*.swp
*~
Android 记录gitignore文件内容
Gitignore最佳实践
最新推荐文章于 2023-11-06 08:00:00 发布
本文详细介绍了一个全面的.gitignore文件配置,适用于Android Studio项目,确保个人和团队开发中忽略不必要的文件和目录,保持仓库整洁,提高代码审查效率。
690

被折叠的 条评论
为什么被折叠?



