Answers for "intellij ignore workspace.xml"

1

intellij ignore workspace.xml

mv .idea ../.idea_backup
rm .idea # in case you forgot to close your IDE
git rm -r .idea 
git commit -m "Remove .idea from repo"
mv ../.idea_backup .idea
Posted by: Guest on January-05-2021

Browse Popular Code Answers by Language