Skip to content

Commit bb585c9

Browse files
authored
Create .gitattributes to exclude non-essential files
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.
1 parent d7fc8f5 commit bb585c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.github export-ignore
2+
/docs export-ignore
3+
/tests export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
.php-cs-fixer.dist.php export-ignore
7+
phpstan.neon.dist export-ignore
8+
phpunit.xml.dist export-ignore
9+
rector.php export-ignore

0 commit comments

Comments
 (0)