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

Prevent matching bogus parent gitignores #1643

Merged
merged 5 commits into from
Nov 10, 2024

Commits on Nov 9, 2024

  1. Prevent matching bogus parent gitignores

    If our project root directory is matched by an exclude pattern we
    should assume the pattern is invalid as our project root is likely
    in an ignored build directory of another project.
    jameshilliard committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    eafb150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a93e664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a2ded3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    79fff50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90654c9 View commit details
    Browse the repository at this point in the history