mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
26 lines
413 B
Plaintext
26 lines
413 B
Plaintext
*.swp
|
|
.*.swp
|
|
npm-debug.log
|
|
/test/bin
|
|
/test/output.log
|
|
/test/packages/*/node_modules
|
|
/test/packages/npm-test-depends-on-spark/which-spark.log
|
|
/test/packages/test-package/random-data.txt
|
|
/test/root
|
|
node_modules/ronn
|
|
node_modules/tap
|
|
node_modules/.bin
|
|
/npmrc
|
|
/release/
|
|
|
|
# don't need these in the npm package.
|
|
html/*.png
|
|
|
|
# don't ignore .npmignore files
|
|
# these are used in some tests.
|
|
!.npmignore
|
|
|
|
/npm-*.tgz
|
|
|
|
*.pyc
|