Skip to content

Commit

Permalink
Don't include .gitattributes in package (#50475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Aug 26, 2022
1 parent 6e8337e commit 8f89599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -35,7 +35,8 @@
"./LICENSE.txt",
"./README.md",
"./SECURITY.md",
"./ThirdPartyNoticeText.txt"
"./ThirdPartyNoticeText.txt",
"!**/.gitattributes"
],
"devDependencies": {
"@octokit/rest": "latest",
Expand Down

0 comments on commit 8f89599

Please sign in to comment.