Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
Ignore non-essential files to reduce package weight.
  • Loading branch information
daniel-de-wit authored Nov 13, 2022
1 parent fa1fff0 commit 846cc2e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.coveralls.yml export-ignore
/.styleci.yml export-ignore
/lighthouse-paperclip-demo.gif export-ignore

0 comments on commit 846cc2e

Please sign in to comment.