会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Anonymous
only to record some tricky things ...
博客园
首页
新随笔
联系
管理
订阅
2021年5月15日
.gitignore 无法过滤某些文件的问题
摘要: 如果在 initial commit 的时候没有配置好 .gitignore,而导致某些文件,例如 .pyc 被 commit 了。 则,之后 .gitignore 再加入 *.pyc 的规则,对已经 commit 的 .pyc 文件不起作用,这些文件的改动依然会被 git status 发现。 解
阅读全文
posted @ 2021-05-15 22:48 Anonymous596
阅读(300)
评论(0)
推荐(0)
公告