将我的 Flex 项目添加到 github
将 Flex 项目添加到 github 时要提交什么以及要忽略什么? 请记住,我想与其他人分享并接受拉取请求。
What to commit and what to ignore when adding a flex project to github?
Keep in mind that I want to share it with others and accept pull requests.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不使用 Flex,但以下是所有源代码控制的一些通用规则:
提交:
忽略:
作为 Git 的附录,我更喜欢在子模块中保留一些非代码工件,以避免污染代码存储库。这可能包括:
这不是详尽的列表,您的环境可能会在此处规定一些偏差或调整。第一条规则在
I don't use flex, but here are some general rules for all source control:
Commit:
Ignore:
As an addendum for Git, I prefer to keep some non-code artifacts in submodules to avoid polluting the code repository. This can include:
This is not an exhaustive list and your environment probably dictates some deviation or adjustments here. The first rules in