Search code examples
javagitintellij-ideabitbucketgit-commit

IntelliJ - Java files appear with extentions


I have a problem with IntelliJ. I'm working on the Maven project and I use Bitbucket Git repository. Java files appear with their extensions. Also, when I make a change and try to commit, changes do not appear on the commit page. I do not understand if it is about git repo or another thing. How can I solve that problem?

image

Thanks.


Solution

  • Our folder with source code is not tagged as a source code folder in the project setting. So IntelliJ use the files not as part of the project.

    src for example should be tagged as source code.