与源代码控制系统集成
Integrating with source control systems
遵循用户文档 (Integrating with source control systems)
我们成功设置了 git.
android->native 文件夹包含两个
用户文档中未提及的文件夹:bin 和 gen。是吗
安全地。git忽略/apps/*/android/native/bin & /apps/*/android/native/gen
谢谢。
看看这 2 个项目:
https://github.com/ibmmobiletipsntricks/mfp-gitignore
这些是用于混合移动优先项目的 gitignores 示例。
https://github.com/github/gitignore/blob/master/Android.gitignore
这是 android 项目的 gitignore 示例。
遵循用户文档 (Integrating with source control systems) 我们成功设置了 git.
android->native 文件夹包含两个 用户文档中未提及的文件夹:bin 和 gen。是吗 安全地。git忽略/apps/*/android/native/bin & /apps/*/android/native/gen
谢谢。
看看这 2 个项目:
https://github.com/ibmmobiletipsntricks/mfp-gitignore 这些是用于混合移动优先项目的 gitignores 示例。
https://github.com/github/gitignore/blob/master/Android.gitignore 这是 android 项目的 gitignore 示例。