config(git): 忽略 Android 构建产物

补充 Gradle、Kotlin、IDE 与 APK/AAR 产物忽略规则,避免控制面板工程初始化后生成文件污染仓库。
This commit is contained in:
2026-06-10 18:07:05 +08:00
parent 6ee80834ee
commit 0ff8e88054
+18
View File
@@ -1 +1,19 @@
.*/ .*/
# 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/