Skip to content

Stop tracking Yarn install state#67

Merged
homotechsual merged 1 commit into
DocusaurusCommunity:mainfrom
thatrobotdev:ignore-yarn-install-state
Jul 21, 2026
Merged

Stop tracking Yarn install state#67
homotechsual merged 1 commit into
DocusaurusCommunity:mainfrom
thatrobotdev:ignore-yarn-install-state

Conversation

@thatrobotdev

Copy link
Copy Markdown
Contributor

.yarn/* is already included in the .gitignore, but .yarn/install-state.gz is still tracked in git.

According to the Yarn documentation, "install-state.gz is an optimization file that you shouldn't ever have to commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again." It is not required for reproducible installs and is recommended to be excluded from version control.

This change removes .yarn/install-state.gz from Git tracking, allowing the existing .gitignore rule to take effect.

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Deployments require the '🚀request-deploy' label

This repository is a forked repository. For security reasons, deployments from forked repositories are not automatic.

To request a deployment, add the '🚀request-deploy' label to this pull request. (Only some members can add labels).

@homotechsual homotechsual added the 🚀request-deploy Adding this label will request a preview build of your PR label Jul 21, 2026
@homotechsual homotechsual self-assigned this Jul 21, 2026
@homotechsual
homotechsual requested a review from Copilot July 21, 2026 07:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@homotechsual
homotechsual merged commit b1a7ef4 into DocusaurusCommunity:main Jul 21, 2026
5 of 6 checks passed
@homotechsual

Copy link
Copy Markdown
Collaborator

thanks @thatrobotdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚀request-deploy Adding this label will request a preview build of your PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants