0

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.

1 Answers1

0

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.

User8461
  • 366
  • 2
  • 14