Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decoding IntelliJ IDEA folder name colors

I have project, that have 4 Git Roots: Project, Project-commons, Project-ui and Data Model.

Due to certain config, I need to put Project-commons, Project-ui and Data Model into Project dir. But this resulted in IDEA highlighting Project-commons, Project-ui and Data Model as red folders.

Git still works for me (as well as Maven), I didn't have any merge errors. What does that red highlight mean? Using "Synchronize" option to them helps, until I restart IDEA. I believe it has to do something with 3 Git roots inside another Git folder, but how do I fix it?

It looks like this:

enter image description here

My IDEA version is 14.1.

like image 461
GreyFerret Avatar asked Jun 30 '26 17:06

GreyFerret


1 Answers

You can go to Settings → Editor → Colors & Fonts → File Status and check there what this color means:

enter image description here

like image 76
DimaSan Avatar answered Jul 03 '26 09:07

DimaSan