gpt4 book ai didi

git - React native - 要将哪些文件添加到 GIT?

转载 作者:太空狗 更新时间:2023-10-29 13:36:59 24 4
gpt4 key购买 nike

我开始在多台计算机上进行 React Native 项目。我是 React Native 的新手,因此可能是这个新问题:

为了能够在多台计算机上同步和工作,我至少需要使用 Git 跟踪多少文件?整个文件夹?我可以省略特定于平台的构建目录(iosandroid)并让脚本在 git pull origin< 之后重新创建这些目录吗?

最佳答案

你可以换个角度看这个:

gitignore.io/api/reactnative列出您需要跟踪(忽略)

的文件/文件夹

所以只需添加其余部分(在为您的 React 应用程序创建 .gitignore 之后)。

作为OP El Dude提及 in the comments , react-native eject 命令就可以派上用场了。
作为described in this gist :

If your project has any issues with the native folders, you can rebuild them by deleting both the ios and android directories at the root level of your project and running this command:

$ react-native eject

Running this command will check if the ios and android directories exist and then rebuild whichever one is missing.

更一般地说,您可以生成的任何文件夹都不必是 Git 存储库的一部分。

关于git - React native - 要将哪些文件添加到 GIT?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51007177/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com