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.
我已经使用我的构建工具初始化了一个项目,如下所示
sbt new playframework/play-scala-seed.g8
从我想要的模板中正确生成了项目。我唯一的问题是我的项目下现在有一个.g8目录
.g8
通过查看内部,它看起来只有从模板生成代码所需的任何内容
可以删除吗?我应该将它提交到我的 git 存储库吗?谢谢!
项目支持使用giter8创建脚手架
因此,从技术上讲,删除是安全的,但您将失去该g8Scaffold form功能。
g8Scaffold form