git ignore already tracking file

1 add file path in .gitignore file

2 in console ->

git update-index –assume-unchanged app/etc/local.xml

3 you will found in souce tree have not this file exit

Leave a Comment