Skip to content

Commit

Permalink
Create .git-blame-ignore-revs (#2254)
Browse files Browse the repository at this point in the history
* Create .git-blame-ignore-revs

* docs: add note about `.git-blame-ignore-revs`

Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
Jonathan Neal and Nate Moore committed Jan 8, 2022
1 parent d702c19 commit 250a481
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Switch to tabs (Use Accessible Indentation #2253)
6ddd7678ffb6598ae6e263706813cb5e94535f02
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 250a481

Please sign in to comment.