Skip to content

Instantly share code, notes, and snippets.

@tmaybe
tmaybe / ignore.md
Last active June 14, 2025 16:59
ignoring merge conflicts for specific files in a git repository

How to Ignore Merge Conflicts for Specific Files in a Git Repository

Create a directory and git init it

$ mkdir merge-test
$ cd merge-test/
$ git init