UNPKG

420 BPlain TextView Raw
1# exclude all tests
2test
3utils/node6-transform
4
5# exclude internal type definition files
6/lib/*.d.ts
7/node6/lib/*.d.ts
8
9# repeats from .gitignore
10node_modules
11.local-chromium
12.dev_profile*
13.DS_Store
14*.swp
15*.pyc
16.vscode
17package-lock.json
18/node6/test
19/node6/utils
20/test
21/utils
22/docs
23yarn.lock
24
25# other
26/.ci
27/examples
28.appveyour.yml
29.cirrus.yml
30.editorconfig
31.eslintignore
32.eslintrc.js
33.travis.yml
34README.md
35tsconfig.json
36