(1)已配置到版本库的文件
加入忽略命令: git update-index --assume-unchanged FILENAME
恢复已忽略文件命令 :git update-index --no-assume-unchanged FILENAME
(2)未加入到配置库的
.gitignore 和 excludes
(1)已配置到版本库的文件
加入忽略命令: git update-index --assume-unchanged FILENAME
恢复已忽略文件命令 :git update-index --no-assume-unchanged FILENAME
(2)未加入到配置库的
.gitignore 和 excludes