mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
1e0fc76325
Summary: This PR adds build generated files to *ignore config files. This allows to locally run `yarn lint` ## Changelog: [INTERNAL] [ADDED] - Add build generated files to local config files Pull Request resolved: https://github.com/facebook/react-native/pull/41826 Test Plan: CI Green Reviewed By: huntie Differential Revision: D51939024 Pulled By: cortinico fbshipit-source-id: cfd6c1c13dd23c692859cd06fa5955024fafc522
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
**/main.js
|
|
**/staticBundle.js
|
|
docs/generatedComponentApiDocs.js
|
|
packages/react-native/flow/
|
|
packages/react-native/Libraries/Renderer/*
|
|
packages/react-native/Libraries/vendor/**/*
|
|
node_modules/
|
|
packages/*/node_modules
|
|
packages/*/dist
|
|
packages/debugger-frontend/dist/**/*
|
|
packages/react-native-codegen/lib
|
|
tools/eslint/rules/sort-imports.js
|
|
**/Pods/*
|