查看文件状态 git status
忽略 git update-index --assume-unchanged /path/to/file
取消忽略 git update-index --no-assume-unchanged /path/to/file

查看文件状态 git status
忽略 git update-index --assume-unchanged /path/to/file
取消忽略 git update-index --no-assume-unchanged /path/to/file