Skip to content

Commit db54e51

Browse files
authored
Exclude commits with CS changes from Git Blame (#323)
1 parent 0f91f32 commit db54e51

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.git-blame-ignore-revs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Reformat code te be PSR-2 compatible
2+
93cc82c4bf42cea403e1acaab201338bea304b6e
3+
# Convert to short syntax (array)
4+
332030325fbad38a64c5e60980d3b14b6434d6dd
5+
# Convert to short syntax
6+
b0fcdfab1aecaeb620f75a83f15aa02bc25765a0
7+
# Fix codestyle
8+
0f91f32ecff52ef479addb0a5013342d59fe0697

.gitattributes

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Ignore all test and documentation for archive
2-
/.github export-ignore
3-
/.gitattributes export-ignore
4-
/.scrutinizer.yml export-ignore
5-
/.travis.yml export-ignore
6-
/docs export-ignore
2+
/.github export-ignore
3+
/.git-blame-ignore-revs export-ignore
4+
/.gitattributes export-ignore
5+
/.scrutinizer.yml export-ignore
6+
/.travis.yml export-ignore
7+
/docs export-ignore

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# phpstorm project files
22
.idea
33

4+
# visual studio code project files
5+
.vscode
6+
47
# netbeans project files
58
nbproject
69

0 commit comments

Comments
 (0)