Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
* Do not ship baseline and UPGRADING.md in dist packages
* Mark .phpstub as PHP to fix Github syntax highlighting
  • Loading branch information
weirdan committed Jan 29, 2022
1 parent a2ad69a commit c025d1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/.circleci export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/UPGRADING.md export-ignore
/psalm-baseline.xml export-ignore
/dictionaries/scripts export-ignore
/docs export-ignore
/.editorconfig export-ignore
Expand All @@ -24,3 +26,5 @@
/.scrutinizer.yml export-ignore
/tests export-ignore
/vendor-bin export-ignore

*.phpstub linguist-language=PHP

0 comments on commit c025d1e

Please sign in to comment.