Skip to content

Commit

Permalink
docs: .git-blame-ignore-revs #2015
Browse files Browse the repository at this point in the history
One-time, per-developer step to tell git about this file:

    git config blame.ignoreRevsFile .git-blame-ignore-revs
  • Loading branch information
justinmk3 authored Sep 10, 2021
1 parent f012db8 commit 4b5f049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# To use this file (requires git 2.23):
# git config blame.ignoreRevsFile .git-blame-ignore-revs

# style
e003b28a7cef217b809d7dc2e54f38f15d1b3920
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To develop this project, install these dependencies:
- NPM version: 7.x or higher
- [Typescript](https://www.typescriptlang.org/)
- [Git](https://git-scm.com/downloads)
- (optional) Set `git blame` to ignore noise-commits: `git config blame.ignoreRevsFile .git-blame-ignore-revs`
- [AWS `git secrets`](https://github.com/awslabs/git-secrets)
- (optional) [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
- (optional) [Docker](https://docs.docker.com/get-docker/)
Expand Down

0 comments on commit 4b5f049

Please sign in to comment.