rsnext/.prettierignore_staged
汪心禾 Wang, Xinhe 0affdebf67
Fix typo pnpm-lock.yam in .prettierignore_staged (#42212)
Fix typo `pnpm-lock.yam` in #38915

Regenerate pnpm-lock.yaml without formatting (#42208)

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change that you're making:
-->

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

None of the above

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-10-30 22:58:45 -07:00

12 lines
338 B
Text

**/.next/**
**/_next/**
**/dist/**
packages/next-swc/crates/**
packages/next/compiled/**/*
packages/next/bundles/webpack/packages/*.runtime.js
lerna.json
packages/next-codemod/transforms/__testfixtures__/**/*
packages/next-codemod/transforms/__tests__/**/*
pnpm-lock.yaml
.github/actions/issue-validator/index.mjs
**/convex/_generated/**