mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
Merge pull request #30078 from Microsoft/updateNpmIgnore
Fix `.npmignore` by adding the `.git` file and the `.failed-tests` file.
This commit is contained in:
@@ -12,7 +12,11 @@ tests
|
||||
tslint.json
|
||||
Jakefile.js
|
||||
.editorconfig
|
||||
.failed-tests
|
||||
.git
|
||||
.git/
|
||||
.gitattributes
|
||||
.github/
|
||||
.gitmodules
|
||||
.settings/
|
||||
.travis.yml
|
||||
@@ -23,6 +27,5 @@ Jakefile.js
|
||||
test.config
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
.github/
|
||||
CONTRIBUTING.md
|
||||
TEST-results.xml
|
||||
|
||||
Reference in New Issue
Block a user