参考链接:.gitignored files are hidden from tree view regardless of setting

假如Atom打开的文件夹有.gitignore 文件,会隐藏在.gitignore 忽略的文件/文件夹,参考链接中的设定,

在File->Setting,在Setting,点击"Open config Folder",在打开的新窗口中,可以配置config.cson,

将config.cson中的:

  "tree-view":
    hideVcsIgnoredFiles: true

改为

  "tree-view":
    hideVcsIgnoredFiles: false

保存之后,.gitignore 忽略的文件/文件夹就显示出来了。

相关文章:

  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2022-01-28
猜你喜欢
  • 2022-12-23
  • 2021-08-27
  • 2021-08-06
  • 2021-10-19
相关资源
相似解决方案