git ignore file .idea

Only need to add the file .idea .gitignore
If you have pushed to a remote repository, it needs to perform
git rm -r --cached .idea
remove files already hosted

Guess you like

Origin www.cnblogs.com/yaoqingzhuan/p/11291135.html