mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
20 lines
261 B
Plaintext
20 lines
261 B
Plaintext
[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
|