情形1
如果是新建的文件夹或是文件,则可以将文件夹或文件添加到gitignore
或.gitignore_global
文件里。
情形2
如果是已经添加到缓存中的文件或文件夹,应该先从Repository中移除,再修改gitignore
或.gitignore_global
才会生效。
具体操作是:
git rm --cached -r .idea
git add -A
git commit -m "rm .idea"
参考文章:
1. https://git-scm.com/docs/gitignore ;
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com