Some checks failed
Test examples / Test Examples (20) (push) Has been cancelled
Test examples / Test Examples (22) (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Trigger Release / start (push) Has been cancelled
Stale issue handler / stale (push) Has been cancelled
Update Font Data / create-pull-request (push) Has been cancelled
build-and-deploy / deploy-target (push) Has been cancelled
build-and-deploy / build (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / build-wasm (nodejs) (push) Has been cancelled
build-and-deploy / build-wasm (web) (push) Has been cancelled
build-and-deploy / Deploy preview tarball (push) Has been cancelled
build-and-deploy / Potentially publish release (push) Has been cancelled
build-and-deploy / publish-turbopack-npm-packages (push) Has been cancelled
build-and-deploy / Deploy examples (push) Has been cancelled
build-and-deploy / thank you, build (push) Has been cancelled
build-and-deploy / Upload Turbopack Bytesize metrics to Datadog (push) Has been cancelled
Rspack Next.js development integration tests / Rspack integration tests (push) Has been cancelled
Rspack Next.js production integration tests / Rspack integration tests (push) Has been cancelled
Turbopack Next.js development integration tests / Next.js integration tests (push) Has been cancelled
Turbopack Next.js production integration tests / Next.js integration tests (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack development test manifest (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack production test manifest (push) Has been cancelled
Upload bundler test manifests to areweturboyet.com / Upload test results (push) Has been cancelled
Update React / create-pull-request (push) Has been cancelled
test-e2e-project-reset-cron / reset-test-project (push) Has been cancelled
Notify about the top 15 issues/PRs/feature requests (most reacted) in the last 90 days / run (push) Has been cancelled
100 lines
4.5 KiB
Plaintext
100 lines
4.5 KiB
Plaintext
# Build artifacts
|
|
.next/
|
|
.turbo/
|
|
_next/
|
|
__tmp__/
|
|
dist/
|
|
target/
|
|
compiled/
|
|
|
|
# ast-grep snapshots (managed by ast-grep, not prettier)
|
|
.config/ast-grep/rule-tests/__snapshots__/
|
|
|
|
lerna.json
|
|
test-timings.json
|
|
pnpm-lock.yaml
|
|
|
|
packages/next/src/bundles/webpack/packages/*.runtime.js
|
|
packages/next/src/bundles/webpack/packages/lazy-compilation-*.js
|
|
packages/next/wasm/@next
|
|
packages/next/errors.json
|
|
|
|
.github/actions/next-stats-action/.work
|
|
|
|
crates/**/tests/**/output*
|
|
crates/core/tests/loader/issue-32553/input.js
|
|
# prettier destroys 'use server'/'use client' directives in multi-file code examples
|
|
.claude-plugin/**/*.md
|
|
# prettier destroys the directives here
|
|
crates/next-custom-transforms/tests/errors/react-server-components/client-graph/use-client/input.js
|
|
crates/next-custom-transforms/tests/errors/react-server-components/server-graph/fake-client-entry/input.js
|
|
crates/next-custom-transforms/tests/errors/server-actions/server-graph/8/input.js
|
|
crates/next-custom-transforms/tests/errors/server-actions/server-graph/9/input.js
|
|
crates/next-custom-transforms/tests/errors/server-actions/server-graph/18/input.js
|
|
crates/next-custom-transforms/tests/fixture/optimize-barrel/normal/4/input.js
|
|
crates/next-custom-transforms/tests/fixture/react-server-components/client-graph/client-entry/input.js
|
|
crates/next-custom-transforms/tests/fixture/react-server-components/server-graph/client-entry/input.js
|
|
packages/next-swc/native/**/*
|
|
packages/next-swc/docs/assets/**/*
|
|
|
|
packages/next-codemod/transforms/__testfixtures__/**
|
|
packages/next-codemod/transforms/__tests__/**
|
|
packages/next-codemod/**/*.js
|
|
packages/next-codemod/**/*.d.ts
|
|
|
|
packages/next-env/**/*.d.ts
|
|
**/next-env.d.ts
|
|
|
|
test/**/out/**
|
|
test/development/basic/hmr/components/parse-error.js
|
|
test/production/debug-build-path/fixtures/with-compile-error/app/broken/page.tsx
|
|
|
|
bench/nested-deps/pages/**/*
|
|
bench/nested-deps/components/**/*
|
|
|
|
**/convex/_generated/**
|
|
**/.tina/__generated__/**
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/app/bad-sourcemap/page.js
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/ignored.js
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/internal-pkg/sourcemapped.js
|
|
test/e2e/app-dir/server-source-maps/fixtures/default/external-pkg/sourcemapped.js
|
|
test/development/mcp-server/fixtures/default-template/app/build-error/page.tsx
|
|
# Tested against auto-generated content that isn't formatted
|
|
test/integration/typescript-app-type-declarations/next-env.strictRouteTypes.d.ts
|
|
|
|
# turbopack crates, disable for some tests and precompiled dependencies.
|
|
/turbopack/crates/*/js/src/compiled
|
|
/turbopack/crates/turbopack/bench.json
|
|
/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph
|
|
/turbopack/crates/turbopack-ecmascript/tests/benches
|
|
/turbopack/crates/turbopack-ecmascript/tests/tree-shaker
|
|
/turbopack/crates/next-transform-strip-page-exports/tests
|
|
/turbopack/crates/next-transform-dynamic/tests
|
|
/turbopack/crates/turbopack-tests/tests/execution/turbopack/basic/error/input/broken.js
|
|
/turbopack/crates/turbopack-tests/tests/execution/turbopack/exports/invalid-export-parse-error/input/invalid-export/broken.js
|
|
/turbopack/crates/turbopack-tests/tests/execution/turbopack/**/not-compiled.js
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/basic/ts-parse-error/input/other.ts
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/import-meta/cjs/input/mod.cjs
|
|
/turbopack/crates/turbopack-tests/tests/snapshot/source_maps/*
|
|
/turbopack/crates/turbopack-tests/tests/**/output*
|
|
/turbopack/crates/turbopack-tests/tests/**/static
|
|
/turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/syntax-err/input.js
|
|
/turbopack/crates/turbopack-tracing/tests/node-file-trace/test/unit/tsx/lib.tsx
|
|
|
|
/apps/docs/.source/*
|
|
/apps/*/next-env.d.ts
|
|
|
|
# Symlink files
|
|
readme.md
|
|
test/development/app-dir/hmr-symlink/app/symlink-chain/page.tsx
|
|
test/development/app-dir/hmr-symlink/app/symlink-link/page.tsx
|
|
test/development/app-dir/ssr-in-rsc/node_modules/random-react-library
|
|
test/integration/build-trace-extra-entries/app/node_modules/pkg-behind-symlink
|
|
test/integration/edge-runtime-configurable-guards/node_modules/lib
|
|
test/production/app-dir/symbolic-file-links/src/i18n.ts
|
|
test/production/app-dir/symbolic-file-links/src/app/layout.tsx
|
|
test/production/app-dir/symbolic-file-links/src/app/page.tsx
|
|
turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/pnpm/node_modules/*
|
|
turbopack/crates/turbopack-tracing/tests/node-file-trace/integration/symlink-to-file/linked.js
|
|
turbopack/crates/turbopack-tests/tests/snapshot/swc_transforms/mono_transforms/input/node_modules/component
|