prettier: ignore sharness/ (#866)
Summary: Sharness tests use temporary directories under the `sharness/` directory, which sometimes contain build output, which includes JavaScript files. This creates a flaky failure in `yarn test`: if `sharness` creates a file then `check-pretty` can complain about it. Test Plan: None. wchargin-branch: prettier-ignore-sharness
This commit is contained in:
parent
678962ba7a
commit
778ce9eb93
|
@ -2,3 +2,4 @@
|
||||||
/build
|
/build
|
||||||
/coverage
|
/coverage
|
||||||
/flow-typed
|
/flow-typed
|
||||||
|
/sharness
|
||||||
|
|
Loading…
Reference in New Issue