Reputation: 14836
I have a file in my source code repository that I cannot simply remove from my code base. However, this file is constantly changing in insignificant ways. When every I run my project in my dev environment this file gets touched, so my git repository always dutifully reports changes and asks me what to do about them. How do I just ignore them forever?
Upvotes: 0
Views: 256