Definir “ignorar” no arquivo …
git update-index --assume-unchanged <file>
Se você começar a rastrear as alterações novamente:
git update-index --no-assume-unchanged <file>
Conteúdo para você se capacitar em programação
Definir “ignorar” no arquivo …
git update-index --assume-unchanged <file>
Se você começar a rastrear as alterações novamente:
git update-index --no-assume-unchanged <file>