I use Intellij IDEA 12 and I want to hide .iml
files in Project view. How I can achieve this?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Check “Ignored files and folders” in File Types settings:
Then add
*.iml;*.idea;
in the text box in the bottom:http://blogs.jetbrains.com/idea/2011/04/intellij-idea-does-not-show-some-files-know-the-hiding-places/
For Intellij IDEA 13 on OS X 10.9, do this:
Intellij IDEA > Preferences
.IDE Settings
section, go toFile Types
.*.iml
and.idea
to theIgnore files and folders
list box at the bottom of this window.The project navigator will be much cleaner!
I hope it helps!
File
->Settings
->File Types
*.iml
to the list below "Ignore files and folders" (located at the bottom of the dialog)For IntelliJ 14 on Windows, go to
File->Settings->Editor->File Types
. At the bottom, append;.idea;*.iml
.IntelliJ 14 and 15 on Mac OS X (they've changed the hierarchy again in 14):
IntelliJ IDEA
->Preferences
->Editor
->File Types
*.iml
to the list below "Ignore files and folders" (located at the bottom of the dialog)IntelliJ IDEA 2017.1.2 Ultimate
onmacOS Sierra 10.12.4