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

ci: ignore git-related paths and the project license #5249

Merged
merged 1 commit into from
Jul 31, 2022

Commits on Jul 12, 2022

  1. ci: ignore git-related paths and the project license

    Add the following paths to the ignore lists:
    
    - .git-blame-ignore-revs
    - .gitignore
    - COPYING
    
    To avoid running CI unnecessarily.
    
    Commands used to show only the root files:
    
        $ git ls-files | grep -v /
    
    Misc: I noticed the missing paths on netblue30#5248.
    kmk3 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f46b6c0 View commit details
    Browse the repository at this point in the history