colors of files/folders inside project
Answered
Hi,
For some projects I see different color of some files/folders (.idea, target, .iml)
I thought this is VCS status, but dont know why it's different. In both projects these files are excluded in .gitignore. Could someone point in right direction?
project # 1

project #2

Please sign in to leave a comment.
Please check https://www.jetbrains.com/help/idea/file-status-highlights.html .
It looks like VCS is not enabled for the second project and only excluded output folder is highlighted.
yeah, that's it, thanks