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:
+9
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user