📝 Create RevsFile to be ignored by blames

pull/1667/head
Alexandre Hajjar 2021-07-01 18:38:26 +02:00
parent 04d8c01243
commit 65325cb444
2 changed files with 5 additions and 0 deletions

2
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,2 @@
# Upgrade to Prettier 2.3.x, run prettier & trim whitespaces on yaml
52fef3b58413d041c9e6c6204f9190bb52af8437

View File

@ -43,6 +43,9 @@ Si l'historique des commits est trop volumineux, vous pouvez utiliser le paramè
# Clone this repo on your computer
git clone --depth 100 git@github.com:betagouv/mon-entreprise.git && cd mon-entreprise
# Mettre à jour votre config git locale
git config blame.ignoreRevsFile .git-blame-ignore-revs
# Install the Javascript dependencies through Yarn
yarn install