加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
John Shea 提交于 2023-06-20 13:46 . Migrate to Kotlin DSL (#6)
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
*/**/bin/
*/**/gen/
*/**/out/
*/**/build/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Windows thumbnail db
.DS_Store
# IDEA/Android Studio project files, because
# the project can be imported from settings.gradle.kts
*.iml
*/**/.idea/*
**/.idea
# Gradle cache
.gradle
# Sandbox stuff
_sandbox
# Android Studio captures folder
*/**/captures/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化