Skip to content

Instantly share code, notes, and snippets.

@fokosun
Created November 22, 2016 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fokosun/a2e260e193841d01ab83f242e0f55ebf to your computer and use it in GitHub Desktop.
Save fokosun/a2e260e193841d01ab83f242e0f55ebf to your computer and use it in GitHub Desktop.
you accidentally committed .idea and all it's gabbage, fix things by runnig the following on your terminal:
git rm --cached -r .idea
But first make sure add .idea to your .gitignore file like so:
.idea/*
commit then push!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment