Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经.*从Ignored Names. 所有.文件现在都显示在边栏中(.env文件除外)。
.*
Ignored Names
.
.env
为什么只有这一个文件隐藏?我怎样才能让它可见?
如果您查看“树视图”包的设置,它可以选择隐藏当前项目文件中存在的.gitignore文件。您可能设置了该选项,并且.env在当前的.gitignore.
.gitignore
Preferences > Settings > Packages > 搜索“tree-view” > 点击“Settings”按钮:
如果您正在使用,您可以在Settings > CoreAtom Nuclide中找到并取消选中“Exclude VCS Ignored Paths”选项:
Atom Nuclide
它在 nuclide-package -> settings -> NUclide-file-tree 并切换:
如果你觉得舒服,请检查下面.. 我做了同样的事情。
Atom-> Config 在底部“树视图”添加以下行: hideIgnoredNames: false hideVcsIgnoredFiles: false