Skip to content

Commit

Permalink
Update .gitattributes (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik authored Jun 4, 2022
1 parent f5c8583 commit e0838c2
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
/.env export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.php-cs-fixer.dist.php export-ignore
/CHANGELOG.md export-ignore
/UPGRADING.md export-ignore

0 comments on commit e0838c2

Please sign in to comment.