Skip to content

Instantly share code, notes, and snippets.

@gjerokrsteski
Last active October 4, 2021 12:31
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 gjerokrsteski/e184aefc049582904afe32b35fb567bd to your computer and use it in GitHub Desktop.
Save gjerokrsteski/e184aefc049582904afe32b35fb567bd to your computer and use it in GitHub Desktop.
remove the .idea folder from git
echo .idea >> .gitignore
git rm -r --cached .idea
git add .gitignore
git add -u .idea/
git commit -m "remove the .idea folder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment