Skip to content

Commit

Permalink
fix .gitattributes (#1039) (#1185)
Browse files Browse the repository at this point in the history
* fix .gitattributes

* travis got removed

* phpunit files got changed

Co-authored-by: Tobias Schultze <[email protected]>
  • Loading branch information
reedy and Tobion committed Feb 3, 2022
1 parent f3e0336 commit 5ecee56
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Files to exclude when creating archive
/tests export-ignore
/.ci export-ignore
/.github export-ignore
/.gitmodules export-ignore
/tests export-ignore
/util export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitmodules export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
/.phpstan-src.neon export-ignore
/.phpstan-src-71.neon export-ignore
/.phpstan-tests.neon export-ignore
/phpunit-integration.xml export-ignore
/phpunit.xml export-ignore
/phpstan.neon export-ignore
/phpunit-integration-tests.xml export-ignore
/phpunit-yaml-free-tests.xml export-ignore
/phpunit-yaml-platinum-tests.xml export-ignore
/phpunit.xml.dist export-ignore
/ruleset.xml export-ignore
/travis export-ignore
/util export-ignore

0 comments on commit 5ecee56

Please sign in to comment.