a0888f7930
- 删除重复的 XMBOX-Release 目录(与 apk/ 目录功能重复) - 删除临时清理脚本和无关工具文件(bfg.jar, cleaner.bat) - 从 Git 中移除本地配置文件(gradle.properties.local) - 删除空的 local-repo 目录和 .DS_Store 文件 - 更新项目名称:rootProject.name 从 'TV' 改为 'XMBOX' - 更新通知渠道名称从 'TV' 改为 'XMBOX' - 更新关于对话框文本,移除 GitHub 链接 - 更新 .gitignore,添加更多忽略规则 - 从 settings.gradle 中注释掉未使用的 chaquo 模块
58 lines
777 B
Plaintext
58 lines
777 B
Plaintext
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
*.aab
|
|
output.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
# APK files
|
|
apk/release/*.apk
|
|
|
|
# Local configuration files
|
|
gradle.properties.local
|
|
local.properties
|
|
local-repo/
|
|
|
|
# Temporary files
|
|
cleanup_project.sh
|
|
*.tmp
|
|
*.temp
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Duplicate release directories
|
|
XMBOX-Release/
|
|
|
|
# Tools and utilities (not part of the project)
|
|
other/tools/bfg.jar
|
|
other/tools/cleaner.bat |