Skip to content

Commit

Permalink
Create .gitattributes to exclude non-essential files
Browse files Browse the repository at this point in the history
This reduces the amount of files downloaded/used when installing the package through composer without losing any functionality. The size is reduced from about 25.5MB to 0.25MB, saving lots of bandwidth and space when used.
  • Loading branch information
iquito authored Feb 18, 2025
1 parent d7fc8f5 commit bb585c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.github export-ignore
/docs export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php-cs-fixer.dist.php export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
rector.php export-ignore

0 comments on commit bb585c9

Please sign in to comment.