SyntaxFix
Write A Post
Hire A Developer
Questions
If you use Unix system, you can solve your problem in two commands. Where the first initialize configs and the second alters file with a file to ignore.
$ git config --global core.excludesfile ~/.gitignore $ echo '.idea' >> ~/.gitignore