In my project there's someFile
, whose the very first two lines look like this:
// This file is automatically generated
// Generated on 25.08.2020 15:01:00
The time in the second line varies.
This second line is therefore an unnecessary source of merge conflicts for my team.
Is there a way to somehow make git ignore that second line when evaluating git merge conflicts?