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

Deletes existing .yarn/install-state.gz file #169

Merged
merged 1 commit into from
Apr 24, 2024

Commits on Mar 29, 2024

  1. chore(gitignore): deletes existing .yarn/install-state.gz file

    This was mistakenly committed in the past and is not necessary.
    
    > `.yarn/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.
    
    Source: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
    arthurgousset committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7caef25 View commit details
    Browse the repository at this point in the history