Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Oct 1, 2021
1 parent 033ac4b commit cdac15a
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.phive export-ignore
/.psalm export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.phive export-ignore
/.php-cs-fixer.dist.php export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/build export-ignore
/build.png export-ignore
/build.xml export-ignore
/docs export-ignore
/examples export-ignore
/phpstan export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/resources export-ignore
/tests export-ignore
/.psalm export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/build export-ignore
/build.png export-ignore
/build.xml export-ignore
/docker-compose.yaml export-ignore
/docs export-ignore
/examples export-ignore
/mkdocs.yml export-ignore
/phpstan export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/resources export-ignore
/tests export-ignore

# Configure diff output for .php and .phar files.
*.php diff=php
Expand Down

0 comments on commit cdac15a

Please sign in to comment.