Skip to content

Commit

Permalink
Merge pull request #48 from tobytwigger/gitattributes
Browse files Browse the repository at this point in the history
Add gitattributes file
  • Loading branch information
tobytwigger authored Feb 12, 2023
2 parents 4fc76d0 + ddb9e4e commit fc81780
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* text=auto

/.github export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
CHANGELOG.md export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
phpunit.xml export-ignore
composer.lock export-ignore
/docs export-ignore
mkdocs.yml export-ignore
docs-requirements.txt export-ignore
phpstan.neon export-ignore
/dashboard export-ignore

0 comments on commit fc81780

Please sign in to comment.