23b74650a3
It looks like this was a breaking change for people using DefinitelyTyped's definitions. Let's revert, and revisit it for 2.0 References #3878, #2079
40 lines
520 B
Plaintext
40 lines
520 B
Plaintext
# exclude all tests
|
|
test
|
|
utils/node6-transform
|
|
|
|
# exclude internal type definition files
|
|
/lib/*.d.ts
|
|
/node6/lib/*.d.ts
|
|
|
|
# repeats from .gitignore
|
|
node_modules
|
|
.local-chromium
|
|
.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
/node6/test
|
|
/node6/utils
|
|
/test
|
|
/utils
|
|
/docs
|
|
yarn.lock
|
|
|
|
# other
|
|
/.ci
|
|
/examples
|
|
.appveyour.yml
|
|
.cirrus.yml
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc.js
|
|
.travis.yml
|
|
README.md
|
|
tsconfig.json
|
|
experimental
|
|
|
|
# exclude types, see https://github.com/GoogleChrome/puppeteer/issues/3878
|
|
/index.d.ts
|