Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ directory little blue dot label in maven

So I'm working on a java/scala maven project in IntelliJ. I made a new directory, and filled it out with src and test stuff, but it's not behaving the same as other directories.

enter image description here

What does the little blue square mean? Is it important? How do I make my new directory (second one) behave the same?

Thanks in advance, sorry if this is a stupid question.

like image 215
Inbl Avatar asked Dec 05 '14 19:12

Inbl


1 Answers

It means the folder is defined as an Intellij Module.

Complete list of Intellij icons: https://www.jetbrains.com/idea/help/symbols.html

like image 62
The Head Rush Avatar answered Sep 23 '22 09:09

The Head Rush