Folder cannot be commited in version control panel
Answered
I cannot add folder frontend with files under git control (add, commit), in version control tab this folder is marked as file with question mark, but I expect files like it is usually. I dont understand why it happened, could anybody answer to this question and help with advices what to do with it? Below it is picture with idea screen.

Please sign in to leave a comment.
Hello,
Could you please attach screenshot from "Settings | Version Control"?
Git could behave like this if frontend holds a different git repository, or if, for example, all files from the folder are listed in the .giignore.
Check the git status output as well
Thank you for your help, it was nested git repository, I removed it and its ok now.