Intellij忽略.gitignore文件 – 灰色图标,无符号,斜线圆圈,斜线符号

huangapple go评论79阅读模式
英文:

Intellij ignores .gitignore file - gray icon, no sign, slash circle, slash symbol

问题

因为某种原因,IntelliJ忽略了我的.gitignore文件。.idea文件夹等等都被跟踪。有人知道这是为什么吗?底部右下角灰色图标的含义是什么?

英文:

For some reason Intellij ignores my .gitignore file. The .idea folder and so on are tracked. Does anyone have any idea why this is the case? What is the meaning of the gray icon in the bottom right corner?

Intellij忽略.gitignore文件 – 灰色图标,无符号,斜线圆圈,斜线符号

答案1

得分: 2

不忽略
如果您在您的 .gitignore 文件中有这些条目,只要它们在您的仓库中尚未被版本化,它们就应该起作用:

.idea/
target/

灰色图标
那个灰色十字图标只是 IntelliJ 中用于 .gitignore 文件的常见图标。我的项目中也有这个图标。

英文:

Not Ignoring
If you have these entries in your .gitignore it should work as long as they aren't versioned already in your repo:

.idea/
target/

Gray Icon
That gray cross icon is just the common icon used for .gitignore files on IntelliJ. My projects have it too.

huangapple
  • 本文由 发表于 2020年9月8日 20:13:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/63793685.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定