加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
BHARATH GADDAM 提交于 2023-09-01 09:37 . Update .gitignore (#4344)
/gradle/wrapper/gradle-wrapper.properties
##----------Android----------
*.apk
*.ap_
*.dex
*.class
bin/
gen/
build/
out/
# Ignoring Gradle build artifacts and project files
##----------Gradle----------
.gradle/
gradle-app.setting
!gradle-wrapper.jar
build/
# Ignoring Maven build artifacts and project files
##----------Maven----------
*.classpath
*.project
*.settings
/target/
local.properties
# Ignoring IntelliJ IDEA project files and configurations
##----------IDEA----------
*.iml
.idea/
*.ipr
*.iws
# Ignoring Android Studio Navigation editor temporary files
.navigation/
# Ignoring common system and editor-generated files
##----------Other----------
*~
.DS_Store
gradle.properties
.vscode
*.log
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化