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

chore: use packlist to write node_module ignores #5363

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Commits on Oct 5, 2022

  1. chore: use packlist to write node_module ignores

    The gitignore file inside `node_modules/` is now an allow list built
    from the output of `npm-packlist`. This means that the only dependencies
    that get checked in to source control are those that will end up in the
    packed tarball, with the exception of some files that we always ignore.
    
    This also moves the dependencies required to build the docs workspace
    from devDependencies to dependencies so they are available for making
    the docs after pruning. Ignoring these from source control was the
    reason that the change to how we build the gitignore file was necessary.
    lukekarrys committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6bf63bb View commit details
    Browse the repository at this point in the history