mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
25 lines
342 B
Plaintext
25 lines
342 B
Plaintext
[ignore]
|
|
.*/node_modules/.*
|
|
lib/.*
|
|
.*/test/**/*.json
|
|
.*/static/.*
|
|
.*/test/unit/partials/.*
|
|
.*/test/functional/store/.*
|
|
.*/.nyc_output/.*
|
|
.*/coverage/.*
|
|
.*/.vscode/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
node_modules/@verdaccio/types/lib/
|
|
|
|
[lints]
|
|
|
|
[options]
|
|
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
|
|
unsafe.enable_getters_and_setters=true
|
|
|
|
[version]
|
|
^0.52.0
|