Skip to content

Commit

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

* Fix .gitattributes
  • Loading branch information
VincentLanglet committed Nov 22, 2023
1 parent aa5fc27 commit fd12ffc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ tests/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.php-cs-fixer.dist.php export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
phpstan.neon.dist export-ignore
phpstan.baseline.dist export-ignore
phpstan-baseline.neon export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
psalm.baseline.xml export-ignore

0 comments on commit fd12ffc

Please sign in to comment.