Skip to content

Commit

Permalink
Merge pull request #14 from owenvoke/feature/gitattributes
Browse files Browse the repository at this point in the history
feat: add Git Attributes
  • Loading branch information
zbateson authored Nov 29, 2023
2 parents ef43992 + fa1eddf commit d99d47a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

# Path-based git attributes
# https://git-scm.com/docs/gitattributes

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon export-ignore
/PhpCsFixer.php export-ignore
/tests export-ignore

0 comments on commit d99d47a

Please sign in to comment.