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 的新手,我不确定哪些文件是必需的,哪些不是。是否有人拥有适用于 AppEngine/GWT 项目的可靠 .hgignore?
GWT 建议您可能通过 Google Plugin for Java on Eclipse 使用 Java。我无法谈论 GWT 端可以安全忽略哪些文件,但从 App Engine 端来看,忽略.class文件是安全的,因为它们会在您部署时重新生成。我会首先保留其他所有内容,包括.classpathand.project文件和.settings目录,其理论是稍后发现你保留的比你需要的多,而不是发现相反的东西更安全。
.class
.classpath
.project
.settings