Skip to content

Commit

Permalink
chore: .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr authored and donavanbecker committed Jan 21, 2025
1 parent 0d0444b commit 733107e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0132a03f217ca837561e56135bd8d59cc36c8fe5
ca9fc91497bf184dff936de227ce95cd94ec57aa
0bd7ab3c2656fbdaf7130276cb57e2156ac8b3bc
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@ That will prompt you to indicate whether your change is a patch (a bug fix) or a

Changesets will create a new file in the `.changeset` directory that you can commit as part of your PR.

### `.git-blame-ignore-revs`

Some revisions in the git history are spurious in a git blame, such as linting the code base.
These revisions are listed in `.git-blame-ignore-revs`. You can configure your local git repository
to use this file to skip these revisions in a blame:

```shell
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

### `config.schema.json`

Useful references for the `config.schema.json`:
Expand Down

0 comments on commit 733107e

Please sign in to comment.