Intellij 11.0.1 似乎忽略了我的 .hgignore 文件

发布于 2024-12-29 07:23:02 字数 351 浏览 0 评论 0原文

我有以下 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

相思故 2025-01-05 07:23:02

这是一个已知错误,请投票。作为解决方法,您可以在设置<中忽略文件 /代码> | 版本控制 | 忽略的文件

It's a known bug, please vote. As a workaround you can ignore files in Settings | Version Control | Ignored Files.

绝情姑娘 2025-01-05 07:23:02

要将文件添加到 IntelliJ 忽略列表,请转至:

  • 设置
  • 版本控制
  • 忽略文件

Settings

To add files to the IntelliJ ignore list go to:

  • Settings
  • Version Control
  • Ignored Files

Settings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文