Skip to content

Commit

Permalink
Reduce composer dist download (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Oct 17, 2022
1 parent 58a09ab commit dd45eba
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@

* -text
* -text

# Exclude build/test files from archive to reduce ZIP size for composer dist download
/.github export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan* export-ignore
/tests export-ignore

0 comments on commit dd45eba

Please sign in to comment.