chore: 清理项目并规范化
- 删除重复的 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 模块
This commit is contained in:
+22
-1
@@ -34,4 +34,25 @@ google-services.json
|
||||
*.hprof
|
||||
|
||||
# APK files
|
||||
apk/release/*.apk
|
||||
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
|
||||
Reference in New Issue
Block a user