Skip to content

Commit 000ff17

Browse files
committed
Ignore infection config file from exports
1 parent 3a7e98f commit 000ff17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ phpunit.xml.dist export-ignore
1010
.github/ export-ignore
1111
src/CountryCodeToRegionCodeMapForTesting.php export-ignore
1212
phpstan.neon.dist export-ignore
13+
infection.json5 export-ignore
1314

1415
* text=auto

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"phpunit.xml.dist",
5555
"phpstan.neon.dist",
5656
".php-cs-fixer.dist.php",
57+
"infection.json5",
5758
"src/CountryCodeToRegionCodeMapForTesting.php"
5859
]
5960
},

0 commit comments

Comments
 (0)