UNPKG

539 BPlain TextView Raw
1*.swp
2.*.swp
3npm-debug.log
4/test/bin
5/test/output.log
6/test/packages/*/node_modules
7/test/packages/npm-test-depends-on-spark/which-spark.log
8/test/packages/test-package/random-data.txt
9/test/root
10/test/npm_cache
11node_modules/marked
12node_modules/ronn
13node_modules/tap
14node_modules/.bin
15node_modules/npm-registry-mock
16/npmrc
17/release/
18
19# don't need these in the npm package.
20html/*.png
21
22# don't ignore .npmignore files
23# these are used in some tests.
24!.npmignore
25
26/npm-*.tgz
27
28*.pyc
29
30/test/tap/builtin-config
31
32.nyc_output
33
34npm-shrinkwrap.json
\No newline at end of file