SyntaxFix
Write A Post
Hire A Developer
Questions
if a file is already being tracked by Git, adding the file to .gitignore won’t stop Git from tracking it. You’ll need to do git rm the offending file(s) first, then add to your .gitignore.
Adding .idea/ should work