git is adding unchanged files into "unstaged files"
As you can see, these files are added into the "Unstaged files" section, but when I click on them, no changes are made.
What is causing this and how to fix it?
It's compiled classes, as mention before they must be ignored.
In root folder of project create .gitignore
file and add there rows
out/
.idea/
No changes are made because you didn't start to tracking them, so basically all file is "one big change"