From c025d1eb210deb58fca37dd190dc7349526a6f95 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 30 Jan 2022 00:23:28 +0200 Subject: [PATCH] Update .gitattributes * Do not ship baseline and UPGRADING.md in dist packages * Mark .phpstub as PHP to fix Github syntax highlighting --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5c54e8c47c2..03e7f140456 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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