mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 20:37:00 -05:00
Don't include .gitattributes in package (#50475)
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"./LICENSE.txt",
|
||||
"./README.md",
|
||||
"./SECURITY.md",
|
||||
"./ThirdPartyNoticeText.txt"
|
||||
"./ThirdPartyNoticeText.txt",
|
||||
"!**/.gitattributes"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@octokit/rest": "latest",
|
||||
|
||||
Reference in New Issue
Block a user