Skip to content

Commit 4b5f049

Browse files
authored
docs: .git-blame-ignore-revs #2015
One-time, per-developer step to tell git about this file: git config blame.ignoreRevsFile .git-blame-ignore-revs
1 parent f012db8 commit 4b5f049

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.git-blame-ignore-revs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# To use this file (requires git 2.23):
2+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
3+
4+
# style
5+
e003b28a7cef217b809d7dc2e54f38f15d1b3920

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To develop this project, install these dependencies:
2424
- NPM version: 7.x or higher
2525
- [Typescript](https://www.typescriptlang.org/)
2626
- [Git](https://git-scm.com/downloads)
27+
- (optional) Set `git blame` to ignore noise-commits: `git config blame.ignoreRevsFile .git-blame-ignore-revs`
2728
- [AWS `git secrets`](https://github.com/awslabs/git-secrets)
2829
- (optional) [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)
2930
- (optional) [Docker](https://docs.docker.com/get-docker/)

0 commit comments

Comments
 (0)