Skip to content

Commit

Permalink
minor #405 Add .gitattributes file (ker0x)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add .gitattributes file

This will prevent to download unnecessary files when installing the package!

Commits
-------

c40e619 Add .gitattributes file
  • Loading branch information
weaverryan committed Jun 13, 2023
2 parents 9df0736 + c40e619 commit 7e2d501
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.github export-ignore
/bin export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon.dis export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit 7e2d501

Please sign in to comment.