mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
199c98314d
pluging-loader and auth
26 lines
391 B
Plaintext
26 lines
391 B
Plaintext
[ignore]
|
|
.*/node_modules/.*
|
|
.*/test/**/*.json
|
|
.*/static/.*
|
|
.*/test/unit/partials/.*
|
|
.*/.nyc_output/.*
|
|
.*/coverage/.*
|
|
.*/.vscode/.*
|
|
.*/build/.*
|
|
.*/docs/.*
|
|
.*/scripts/.*
|
|
.*/assets/.*
|
|
.*/bin/.*
|
|
.*/systemd/.*
|
|
.*/website/.*
|
|
.*/wiki/.*
|
|
.*/docs/.*
|
|
.*/tools/.*
|
|
|
|
[libs]
|
|
node_modules/@verdaccio/types/lib/
|
|
|
|
[options]
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
|
|
module.ignore_non_literal_requires=true
|