mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
19 lines
261 B
Text
19 lines
261 B
Text
[ignore]
|
|
.*/node_modules/.*
|
|
.*/test/**/*.json
|
|
.*/static/.*
|
|
.*/test/unit/partials/.*
|
|
.*/.nyc_output/.*
|
|
.*/coverage/.*
|
|
.*/.vscode/.*
|
|
.*/build/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
node_modules/@verdaccio/types/lib/
|
|
|
|
[lints]
|
|
|
|
[options]
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
|