mirror of https://gitee.com/openkylin/npm.git
30 lines
536 B
Plaintext
30 lines
536 B
Plaintext
*.swp
|
|
npm-debug.log
|
|
/.nyc_output
|
|
/test/output.log
|
|
/test/*/*/node_modules
|
|
/test/packages/npm-test-depends-on-spark/which-spark.log
|
|
/test/packages/test-package/random-data.txt
|
|
/test/root
|
|
/node_modules/.bin
|
|
/docs/output/
|
|
/docs/node_modules/
|
|
/man/
|
|
/npmrc
|
|
/release/
|
|
/npm-*.tgz
|
|
/node_modules/npm-registry-client/test/fixtures
|
|
/test/fixtures/config/userconfig-with-gc
|
|
/node_modules/npm-registry-couchapp
|
|
*.pyc
|
|
.jshintrc
|
|
.eslintrc
|
|
.nyc_output
|
|
/test/npm_cache*
|
|
/node_modules/.cache
|
|
.DS_Store
|
|
**/.DS_Store
|
|
/coverage
|
|
/*.tgz
|
|
/.editorconfig
|
|
.vscode/ |