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

feat: allow ignoring public assets with ignore options #945

Merged
merged 7 commits into from
Jul 14, 2023

Commits on Feb 15, 2023

  1. feat: add ignorePublic option to ignore public assets with a pattern

    add ignorePublic option to ignore public assets with a pattern (glob patterns)
    motea927 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1577e83 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    3bfc501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b45f6a View commit details
    Browse the repository at this point in the history
  3. simplify impl

    pi0 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    361145a View commit details
    Browse the repository at this point in the history
  4. add test

    pi0 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3dac0d2 View commit details
    Browse the repository at this point in the history
  5. fix lint

    pi0 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8eb42d3 View commit details
    Browse the repository at this point in the history
  6. fix test ignore

    pi0 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    94667ce View commit details
    Browse the repository at this point in the history