1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Update .gitattributes

* Do not ship baseline and UPGRADING.md in dist packages
* Mark .phpstub as PHP to fix Github syntax highlighting
This commit is contained in:
Bruce Weirdan 2022-01-30 00:23:28 +02:00
parent a2ad69ae4f
commit c025d1eb21
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

4
.gitattributes vendored
View File

@ -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
@ -24,3 +26,5 @@
/.scrutinizer.yml export-ignore
/tests export-ignore
/vendor-bin export-ignore
*.phpstub linguist-language=PHP