mirror of
https://github.com/GuijiAI/duix.ai.git
synced 2026-03-12 17:51:43 +08:00
26 lines
390 B
Plaintext
26 lines
390 B
Plaintext
*.iml
|
||
.gradle
|
||
/local.properties
|
||
/.idea/
|
||
.DS_Store
|
||
/build/
|
||
*/build/
|
||
*/*/build/
|
||
*/debug/
|
||
*/release/
|
||
/captures
|
||
.externalNativeBuild
|
||
.cxx
|
||
*.bat
|
||
*.apk
|
||
output-metadata.json
|
||
# app用到zip的请忽略
|
||
# 自定义了local.properties的请删除这条
|
||
local.properties
|
||
~$*
|
||
gradlew
|
||
.idea
|
||
# 自定义了根目录gradle/gradle-wrapper.properties的请删除这条(不推荐自定义)
|
||
#gradle
|
||
build
|