We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2442d98 commit f6112ffCopy full SHA for f6112ff
.eslintignore
@@ -6,6 +6,9 @@ packages/react-art/npm/lib
6
7
# Build products
8
build/
9
+# TODO: Currently storing artifacts as `./build2` so that it doesn't conflict
10
+# with old build job. Remove once we migrate rest of build/test pipeline.
11
+build2/
12
coverage/
13
fixtures/
14
scripts/bench/benchmarks/**/*.js
@@ -20,4 +23,4 @@ packages/react-devtools-extensions/shared/build
20
23
packages/react-devtools-inline/dist
21
24
packages/react-devtools-shell/dist
22
25
packages/react-devtools-scheduling-profiler/dist
-packages/react-devtools-scheduling-profiler/static
26
+packages/react-devtools-scheduling-profiler/static
0 commit comments