在 Android Studio 中的项目面板中隐藏不必要的文件夹和文件

Fua*_*uad 8 android-studio flutter

当我们在 Android Studio 中创建项目时,会有很多文件和文件夹在编码时不需要处理。我想从项目面板隐藏它,看起来干净。

  • 如何从项目面板中隐藏选定的文件夹和文件并仅在需要时显示它们?

我想隐藏下面选定的文件夹,并在需要时取回它们: 在此处输入图片说明

Cha*_*ake 0

Go to File -> Settings. Then under Editor section, select File Types.

There's a section at the bottom to enter ignored files and folders. This may help you.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/205824519-Is-there-a-way-to-hide-non-project-files-from-project-file-browser

在此输入图像描述