-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Git 2.23+ allows ignoring commits from git-blame, useful to not display large automated commits. | ||
# | ||
# This file is a list of such commits, that you most probably are not interested in. | ||
# To make this work for your local setup, you need to run the following command: | ||
# | ||
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
# | ||
# A few rules for change this file: | ||
# - Commits are in chronological order - oldest on top. Therefore always append new commits. | ||
# - This is specifically for large commits - avoid adding commits with a very small impact, even if related | ||
# to automated formatting. | ||
# - Each commit should be preceded with an comment clarifying the purpose of the commit. | ||
|
||
# PHP-CS-Fixer Setup - Apply automated changes | ||
cc23fdc9376975d209489ae88b22ed945871d9cb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters