Why do I have a bunch of untracked files in my source control, files that I didn't create or modify that are not supposed to exist in my project?

48 views Asked by At

I would like it to not add those untracked files to my project.

I just imported the project from GitLab, change some things, and it adds all of that. From what I see, the files are mostly empty and are stored in .idea\sonarlint\issuestore. I want it to stop doing that.

1

There are 1 answers

0
Guru On

Looks like these files are used by your IDE to track things. Add folder idea in .gitignore file