Skip to content

Commit

Permalink
update Flow ignores for faster start (#8337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jun 11, 2019
1 parent 2e0a3f9 commit 0934e4e
Showing 1 changed file with 40 additions and 10 deletions.
50 changes: 40 additions & 10 deletions .flowconfig
@@ -1,20 +1,50 @@
[ignore]
.*\.svg
.*\.png
.*/\.nyc_output/.*
.*/docs/.*
.*/node_modules/.cache/.*
.*/node_modules/.*/tests?/.*
.*/node_modules/@mapbox/jsonlint-lines-primitives/.*
.*/node_modules/jsonlint-lines/.*
.*/node_modules/@mapbox/mvt-fixtures/.*
.*/node_modules/@mapbox/geojson-types/fixtures/.*
.*/node_modules/@mapbox/mr-ui/.*
.*/node_modules/@mapbox/dr-ui/.*
.*/node_modules/@mapbox/batfish/.*
.*/node_modules/browserify/.*
.*/node_modules/browser-sync.*/.*
.*/node_modules/nyc/.*
.*/node_modules/fbjs/.*
.*/node_modules/es5-ext/.*
.*/node_modules/jsdom/.*
.*/node_modules/eslint.*/.*
.*/node_modules/highlight.*/.*
.*/node_modules/rxjs/.*
.*/node_modules/@?babel.*/.*
.*/node_modules/react.*/.*
.*/node_modules/svgo/.*
.*/node_modules/moment/.*
.*/node_modules/regenerate-unicode-properties/.*
.*/node_modules/remark.*/.*
.*/node_modules/webpack/.*
.*/node_modules/caniuse-lite/.*
.*/node_modules/d3.*/.*
.*/node_modules/css-tree/.*
.*/node_modules/lodash/.*
.*/node_modules/fsevents/.*
.*/node_modules/browser-sync-client/.*
.*/node_modules/core-js.*/.*
.*/node_modules/stylelint/.*
.*/node_modules/unflowify/.*
.*/node_modules/flow-coverage-report/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types/.*
.*/node_modules/conventional-changelog-core/.*
.*/node_modules/htmltojsx/.*
.*/node_modules/postcss.*/.*
.*/node_modules/prismjs.*/.*
.*/node_modules/documentation/.*
.*/node_modules/module-deps/.*
.*/node_modules/bcryptjs/.*
.*/node_modules/@mapbox/geojson-types/fixtures/.*
.*/test/unit/style-spec/fixture/invalidjson.input.json
.*/test/integration/render-tests/.*
.*/render-tests/.*
.*/query-tests/.*
.*/expression-tests/.*
.*/test/build/downstream-flow-fixture/.*
.*/_batfish_site/.*
.*/_batfish_tmp/.*
.*/_site/.*

[version]
Expand Down

0 comments on commit 0934e4e

Please sign in to comment.