Intellij 11.0.1 似乎忽略了我的 .hgignore 文件
我有以下 .hgignore 文件,它应该可以防止 Intellij 不断更改的内部配置文件污染我们的源代码控制。
syntax: glob
.idea/*
target/*
logs/*
out/*
myapp.iml
myapp-web.iml
Tortoise 和命令行似乎尊重这样一个事实,即“.idea/dataSources.xml”之类的文件不应该添加到源代码管理中,但 intellij 的 hg4idea 不断询问我是否要添加“.idea/dataSources.xml”之类的文件。 xml”到源代码管理。
我的 .hgignore 文件是错误的还是 Intellij 中存在错误?
I have the following .hgignore file that should keep Intellij's constantly changing internal config files from polluting our source control.
syntax: glob
.idea/*
target/*
logs/*
out/*
myapp.iml
myapp-web.iml
Tortoise and the command line seem to respect the fact that files like ".idea/dataSources.xml" are not meant to be added to source control but intellij's hg4idea are constantly asking if I would like to add files like ".idea/dataSources.xml" to source control.
Is my .hgignore file just wrong or is there a bug in Intellij?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个已知错误,请投票。作为解决方法,您可以在
设置<中忽略文件 /代码> |
版本控制
|忽略的文件
。It's a known bug, please vote. As a workaround you can ignore files in
Settings
|Version Control
|Ignored Files
.要将文件添加到 IntelliJ 忽略列表,请转至:
To add files to the IntelliJ ignore list go to: