0ff8e88054
补充 Gradle、Kotlin、IDE 与 APK/AAR 产物忽略规则,避免控制面板工程初始化后生成文件污染仓库。
20 lines
195 B
Plaintext
20 lines
195 B
Plaintext
.*/
|
|
|
|
# Gradle
|
|
build/
|
|
.gradle/
|
|
|
|
# Kotlin
|
|
.kotlin/
|
|
|
|
# IDE
|
|
*.iml
|
|
local.properties
|
|
|
|
# APK/AAR outputs
|
|
*.apk
|
|
|
|
# AAR (except libs/ dependencies that need to be committed)
|
|
app/build/**/*.aar
|
|
!app/libs/
|