首次提交

This commit is contained in:
cxf 2025-10-20 17:12:08 +08:00
parent 8e4287100b
commit bb56200f79
13219 changed files with 25 additions and 140626 deletions

36
.gitignore vendored
View File

@ -1,15 +1,29 @@
# ----------- Gradle / 构建产物 -----------
.gradle/
build/
*.apk
*.aab
# ----------- 本地密钥 / 环境文件 -----------
local.properties
*.jks
*.keystore
google-services.json
# ----------- IDEA / AS 缓存 & 个人配置 -----------
.idea/caches/
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/navEditor.xml
.idea/assetWizardSettings.xml
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
# ----------- OS 垃圾 -----------
.DS_Store
/build
/captures
Thumbs.db
# ----------- NDK / 外部构建缓存 -----------
.externalNativeBuild
.cxx
local.properties
*.hprof

Some files were not shown because too many files have changed in this diff Show More