X Tutup
The Wayback Machine - https://web.archive.org/web/20201215151209/https://github.com/prettier/prettier/pull/9124
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Yarn 2 files to .gitignore #9124

Merged
merged 2 commits into from Sep 1, 2020
Merged

Add Yarn 2 files to .gitignore #9124

merged 2 commits into from Sep 1, 2020

Conversation

@fisker
Copy link
Member

@fisker fisker commented Sep 1, 2020

I'm working on yarn@2 support, there are lots of untracked files when switching branches.

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory)
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/pr-XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

Try the playground for this PR

@thorn0
thorn0 approved these changes Sep 1, 2020
.gitignore Outdated
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.js
@fisker fisker merged commit 932400a into prettier:master Sep 1, 2020
24 checks passed
24 checks passed
Node.js 14 on ubuntu-latest
Details
Lint
Details
Build
Details
Node.js 12 on ubuntu-latest
Details
Node.js 10 on ubuntu-latest
Details
Node.js 14 on macos-latest
Details
Node.js 10 on macos-latest
Details
Node.js 14 on windows-latest
Details
Node.js 10 on windows-latest
Details
Lint
Details
Node.js 14 on ubuntu-latest
Details
Node.js 12 on ubuntu-latest
Details
Node.js 10 on ubuntu-latest
Details
Node.js 14 on macos-latest
Details
Node.js 10 on macos-latest
Details
Node.js 14 on windows-latest
Details
Node.js 10 on windows-latest
Details
Header rules No header rules processed
Details
Pages changed All files already uploaded
Details
Mixed content No mixed content detected
Details
Redirect rules 4 redirect rules processed
Details
codecov/patch Codecov Report
Details
codecov/project Codecov Report
Details
deploy/netlify Deploy preview ready!
Details
@fisker fisker deleted the fisker:berry-cache branch Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.
X Tutup