Skip to content

Commit

Permalink
Update .gitattributes (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeljqv authored Aug 5, 2022
1 parent a4c3ab5 commit b0300b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.editorconfig export-ignore
/.travis.yml export-ignore
/.php_cs.php export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/CHANGELOG.md export-ignore
/CONTRIBUTING.md export-ignore

0 comments on commit b0300b4

Please sign in to comment.