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 CI files from built gem #591

Merged
merged 2 commits into from
Sep 20, 2024

Commits on Sep 18, 2024

  1. Exclude CI files from built gem

    Security inspection of some users or even their clients can be confused
    by finding out unknown YAML files with `Download` instructions
    inside final production releases. We can just get rid of them.
    
    Also Regex is fixed now, `/` before closing `)` was breaking.
    AlexWayfer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ed234d3 View commit details
    Browse the repository at this point in the history
  2. Exclude all files (and directories) starting with . from built gem

    They're supposed to be hidden, or non-important.
    AlexWayfer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    da14f8c View commit details
    Browse the repository at this point in the history