Skip to content

Commit

Permalink
Fixed .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Nov 24, 2023
1 parent f912824 commit a680c9d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/.github/ export-ignore
/stubs/ export-ignore
/tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/composer.lock export-ignore
/infection.json5.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/.github/ export-ignore
/stubs/ export-ignore
/tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/composer-require-checker.json export-ignore
/composer.lock export-ignore
/infection.json5.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/rector.php export-ignore

0 comments on commit a680c9d

Please sign in to comment.