mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
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
|