Solve .gitignore not ignoring .classpath & project.properties in Windows


I have this small problems when Git not obeying .gitignore in Windows. It’s keep adding .classpath and project.properties.

To solve this problem:

1
git update-index –assume-unchanged <file>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.