Skip to content

Commit 8f89599

Browse files
authored
Don't include .gitattributes in package (#50475)
1 parent 6e8337e commit 8f89599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"./LICENSE.txt",
3636
"./README.md",
3737
"./SECURITY.md",
38-
"./ThirdPartyNoticeText.txt"
38+
"./ThirdPartyNoticeText.txt",
39+
"!**/.gitattributes"
3940
],
4041
"devDependencies": {
4142
"@octokit/rest": "latest",

0 commit comments

Comments
 (0)