Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit e9c1de9

Browse files
committed
Add /phpunit.xml.dist to .gitattributes export-ignore
1 parent 6551657 commit e9c1de9

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.gitattributes

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/Tests export-ignore
2-
/.coveralls.yml export-ignore
3-
/.gitattributes export-ignore
4-
/.gitignore export-ignore
5-
/.php_cs.dist export-ignore
6-
/.travis.yml export-ignore
1+
/Tests export-ignore
2+
/.coveralls.yml export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
/.php_cs.dist export-ignore
6+
/.travis.yml export-ignore
7+
/phpunit.xml.dist export-ignore

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1919
### Removed
2020

2121
* Removed PHP CS Fixer dist config file from git exports
22+
* Removed PHPUnit dist config file from git exports
2223

2324
### Fixed
2425

0 commit comments

Comments
 (0)