We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5754b4a commit 1372df1Copy full SHA for 1372df1
3 files changed
.eslintignore
@@ -6,6 +6,8 @@ packages/react-native/Libraries/Renderer/*
6
packages/react-native/Libraries/vendor/**/*
7
node_modules/
8
packages/*/node_modules
9
+packages/*/dist
10
packages/debugger-frontend/dist/**/*
11
packages/react-native-codegen/lib
12
tools/eslint/rules/sort-imports.js
13
+**/Pods/*
.flowconfig
@@ -17,6 +17,9 @@
17
; Checked-in build output
18
<PROJECT_ROOT>/packages/debugger-frontend/dist/
19
20
+; Generated build output
21
+<PROJECT_ROOT>/packages/.*/dist
22
+
23
[untyped]
24
.*/node_modules/@react-native-community/cli/.*/.*
25
.prettierignore
@@ -4,3 +4,6 @@
4
# Ignore hermes as it is downloaded from the react_native_pods
5
**/sdks/hermes
**/sdks/downloads
+vendor
0 commit comments