有hgignore.io吗?
Is there an hgignore.io?
我在学校使用 git,但在工作中使用 mercurial。
Mercurial 是否有 gitignore.io 的等价物?
虽然似乎没有 hgignore.io,但您 可以 使用 [=13] 生成的任何忽略文件 =] 通过简单地 将 syntax: glob
放在第一行。
.hgignore
syntax: glob
# Created by https://www.gitignore.io/api/java,eclipse,netbeans,intellij
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
...
更多信息 about .hgignore
个文件。
我在学校使用 git,但在工作中使用 mercurial。
Mercurial 是否有 gitignore.io 的等价物?
虽然似乎没有 hgignore.io,但您 可以 使用 [=13] 生成的任何忽略文件 =] 通过简单地 将 syntax: glob
放在第一行。
syntax: glob
# Created by https://www.gitignore.io/api/java,eclipse,netbeans,intellij
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
...
更多信息 about .hgignore
个文件。