rsnext/packages/next-codemod/lib
leung018 66597be8a7
Add .yarn/install-state.gz to .gitignore (#56637)
### Reason for making this change
https://yarnpkg.com/getting-started/qa#:~:text=yarn%2Finstall%2Dstate.,your%20workspaces%20all%20over%20again.
In the official documentation of `yarn`, it is stated that `.yarn/install-state.gz` is an optimization file that developer shouldn't ever have to commit. However, currently, when running `create-next-app`, `.yarn/install-state.gz` is being commited.

### Remaining work
I apologize for only modifying one template initially to initiate the discussion first.

If this change is agreed upon,  it should be synchronized with other `.gitignore` templates. Would it be possible to follow a similar approach as in https://github.com/vercel/next.js/pull/47241? I would appreciate any assistance in syncing this change.
2023-10-18 16:34:48 +00:00
..
cra-to-next Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
html-to-react-attributes.ts Add experimental cra-to-next transform in codemod cli (#24969) 2021-06-09 16:51:56 +02:00
install.ts refactor(codemod): replace chalk with picocolors (#53115) 2023-07-24 17:56:45 +00:00
run-jscodeshift.ts Fix failing Runner import (#26172) 2021-06-16 14:01:48 +02:00
uninstall-package.ts Add next/font imports codemod (#45740) 2023-02-16 15:39:19 +01:00