Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目,其中服务器端开发为 appengine 项目,客户端开发为 dart 项目。我可以将这两个项目放在同一个 git 存储库中吗?
Git 只关心文件——它根本不关心你放入什么类型的文件。
因此:是的,您可以将 dart 项目和 java 项目放在同一个存储库中。
当然,您可以在同一个存储库中拥有一个服务器端 Java 应用程序和一个客户端 Dart 应用程序。
这完全取决于您希望如何构建源代码。
没有什么能阻止你这样做。