I use Intellij IDEA 12 and I want to hide .iml files in Project view. How I can achieve this?
.iml
Check “Ignored files and folders” in File Types settings:
File | Settings | Editor | File Types for Windows and Linux IntelliJ IDEA | Preferences | Editor | File Types for OS X
File | Settings | Editor | File Types for Windows and Linux
IntelliJ IDEA | Preferences | Editor | File Types for OS X
Then add *.iml;*.idea; in the text box in the bottom:
*.iml;*.idea;
http://blogs.jetbrains.com/idea/2011/04/intellij-idea-does-not-show-some-files-know-the-hiding-places/
2.1m questions
2.1m answers
60 comments
57.0k users