mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 07:45:18 -06:00
Don't include .gitattributes in package (#50475)
This commit is contained in:
parent
6e8337ef70
commit
8f895997d2
@ -35,7 +35,8 @@
|
||||
"./LICENSE.txt",
|
||||
"./README.md",
|
||||
"./SECURITY.md",
|
||||
"./ThirdPartyNoticeText.txt"
|
||||
"./ThirdPartyNoticeText.txt",
|
||||
"!**/.gitattributes"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@octokit/rest": "latest",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user