赞
踩
目录
4、提交gitiginore文件,且将.idea从源代码仓库中删除
从gitee上自动生产的.gitignore没有忽略pycharn的python的.idea文件,本文讲述如何删除
- echo .idea >>.gitignore
-
- # 我感觉这个好用
- # 最后一行加入
- /.idea/
git rm --cached -r .idea
git add .gitignore
git commit -m "(gitignore commit and remove .idea)"
git push origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。