为了账号安全,请及时绑定邮箱和手机立即绑定

.gitignore下面制定了*.pyc但是无效?

.gitignore下面制定了*.pyc但是无效?

慕码人8056858 2019-02-26 10:19:32
我在git的根目录下面新建了一个.gitignore文件,然后添加了以下的内容 # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] 但是如果我现在修改了一个.py文件,编译后用git status查看 Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: views.py modified: views.pyc no changes added to commit (use "git add" and/or "git commit -a") 请问应该怎么解决这个问题,让git忽视.pyc文件的修改
查看完整描述

4 回答

?
九州编程

TA贡献1785条经验 获得超4个赞

看日志是已经提交过.pyc,把.pyc在git上删掉即可

查看完整回答
反对 回复 2019-03-01
  • 4 回答
  • 0 关注
  • 1876 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信