File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Do not commit project install files.
2
2
/vendor
3
- /composer.lock
3
+ /composer.lock
4
+ .idea
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## 2.17
7
+ ## 2.17.1
8
+ ### Added
9
+ - Added ` ignore_patterns ` support to allow project configurations to make use of this field through
10
+ configuration overrides
11
+
12
+ ## 2.17.0
8
13
### Added
9
14
- BitExpert PHP stan module for Magento 2 projects.
10
15
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ parameters:
60
60
git_blacklist.whitelist_patterns : []
61
61
git_blacklist.regexp_type : G
62
62
git_blacklist.match_word : true
63
+ git_blacklist.ignore_patterns : []
63
64
64
65
grumphp :
65
66
ascii :
@@ -83,6 +84,7 @@ grumphp:
83
84
triggered_by : ' %git_blacklist.triggered_by%'
84
85
regexp_type : ' %git_blacklist.regexp_type%'
85
86
match_word : ' %git_blacklist.match_word%'
87
+ ignore_patterns : ' %git_blacklist.ignore_patterns%'
86
88
87
89
xmllint :
88
90
load_from_net : ' %xmllint.load_from_net%'
You can’t perform that action at this time.
0 commit comments