且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IntelliJ是在.gitignore文件中提到的项目窗口中隐藏文件夹,如何在项目窗口中显示该文件夹?

更新时间:2023-02-20 12:05:46

右键单击在项目视图中的目录上,确保未启用隐藏忽略的文件选项。

Right click on a directory in the project view and make sure Hide ignored files option is not enabled.

此功能由第三方提供。ignore 插件。 IntelliJ IDEA不会隐藏被忽略的文件。

This feature is provided by a third-party .ignore plug-in. IntelliJ IDEA doesn't hide ignored files out of the box.