config(git): 忽略 Android 构建产物
补充 Gradle、Kotlin、IDE 与 APK/AAR 产物忽略规则,避免控制面板工程初始化后生成文件污染仓库。
This commit is contained in:
+18
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user