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

Exclude .gitignore from the package to support vendoring. #743

Merged

Commits on Sep 24, 2020

  1. Exclude .gitignore from the package to support vendoring.

    If .gitignore is a part of the .gem it's impossible to include source of
    the locally installed parser (using bundle install --path ./vendor) because git
    automatically excludes all gitignore-d files (including all parsers and lexer).
    iliabylich committed Sep 24, 2020
    Copy the full SHA
    4a42b18 View commit details
    Browse the repository at this point in the history