refactor: 将 libcore 转换为 Git 子模块并更新 .gitignore

- 将 libcore 从直接提交转换为 Git 子模块管理
- 更新 .gitignore 排除 libcore 编译产物(bin/, node_modules/, *.tar.gz, *.aar)
- 保留 libcore 源码用于 GitHub Actions 在线编译
- libcore 源码仓库: https://github.com/hiddify/hiddify-next-core
This commit is contained in:
2025-10-27 23:07:29 +08:00
parent 09d229a592
commit 2b8d34086a
5448 changed files with 10 additions and 683038 deletions
+9 -1
View File
@@ -90,4 +90,12 @@ app.*.map.json
# Local configuration
local.properties
key.properties
libcore
# libcore 编译产物(源码需要提交用于 GitHub Actions 编译)
libcore/bin/
libcore/node_modules/
libcore/*.tar.gz
libcore/*.aar
# Android 编译产物
android/app/libs/*.aar