Skip to content

Commit

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

* travis got removed

* phpunit files got changed
  • Loading branch information
Tobion committed Apr 15, 2021
1 parent 6d77eb5 commit 73363bc
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 73363bc

Please sign in to comment.