Skip to content

Commit

Permalink
docs: add note about .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Jan 5, 2022
1 parent a64dca3 commit a7476e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ yarn install
yarn build
```

In [#2254](https://github.com/withastro/astro/pull/2254) a `.git-blame-ignore-revs` file was added to ignore repo-wide formatting changes. To improve your experience, you should run the following command locally.

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

### Development

```shell
Expand Down

0 comments on commit a7476e6

Please sign in to comment.