I am doing a git merge.
I got two conflicts:
One in spec/controllers/vehicles/vehicle_controller_spec.
The other in Gemfile.lock
I resolved the conflict and I see the files I modified which I plan to add and commit.
That is a process I've done many times beforfe without issue.
However this time I see some new files that I've not seen before:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# Gemfile.lock.BACKUP.5776.lock
# Gemfile.lock.BASE.5776.lock
# Gemfile.lock.LOCAL.5776.lock
# Gemfile.lock.REMOTE.5776.lock
They seem related to the fact that Gemfile.lock had a conflict but I've never seen this before.
Can I just delete these files?