Don't include .gitattributes in package (#50475)

This commit is contained in:
Jake Bailey 2022-08-26 12:15:30 -07:00 committed by GitHub
parent 6e8337ef70
commit 8f895997d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,8 @@
"./LICENSE.txt",
"./README.md",
"./SECURITY.md",
"./ThirdPartyNoticeText.txt"
"./ThirdPartyNoticeText.txt",
"!**/.gitattributes"
],
"devDependencies": {
"@octokit/rest": "latest",