Git-Ignored directories are not displayed in grey in the Project Files tab
Answered
Hi, I have a Python project in IntelliJ versioned in Git.
The gitignore is not marking all ignored directories as grey. In the screenshot, the only not-ignored folder should be "app".
Some ignored directories such as "idea" are correctly marked as grey. Why are "app_validation" and ".run" are not marked as ".idea"?
Thanks!
Please sign in to leave a comment.
Is there a chance that you have some files in these directories added to git?
Yes the directories are not empty
Could you please check whether you have some files in these directories that are tracked by git?