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:
William Chargin 2018-09-19 18:12:38 -07:00 committed by GitHub
parent 678962ba7a
commit 778ce9eb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
/build
/coverage
/flow-typed
/sharness