Skip to content

Commit 381796e

Browse files
authored
chore: add phpunit.baseline.xml to .gitattributes (api-platform#7692)
1 parent 26a8ac4 commit 381796e

12 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.gitignore export-ignore
66
.php-cs-fixer.dist.php export-ignore
77
phpstan.neon.dist export-ignore
8+
phpunit.baseline.xml export-ignore
89
phpunit.xml.dist export-ignore
910
/.commitlintrc export-ignore
1011
/appveyor.yml export-ignore

src/Doctrine/Odm/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/Elasticsearch/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/GraphQl/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/Hal/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/Hydra/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/JsonApi/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/JsonSchema/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/Metadata/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

src/OpenApi/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/Tests export-ignore
5+
/phpunit.baseline.xml export-ignore
56
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)