Skip to content

Exclude unnecessary files from gem packages#51

Merged
hsbt merged 2 commits intoruby:masterfrom
ksss:except-dot-github
Mar 3, 2026
Merged

Exclude unnecessary files from gem packages#51
hsbt merged 2 commits intoruby:masterfrom
ksss:except-dot-github

Conversation

@ksss
Copy link
Contributor

@ksss ksss commented Mar 3, 2026

Exclude development directories such as bin and .github from gem packages.

Before

[".github/dependabot.yml",
 ".github/workflows/push_gem.yml",
 ".github/workflows/test.yml",
 ".gitignore",
 "BSDL",
 "COPYING",
 "Gemfile",
 "README.md",
 "Rakefile",
 "benchmark.gemspec",
 "bin/console",
 "bin/setup",
 "lib/benchmark.rb"]

After

[".gitignore",
 "BSDL",
 "COPYING",
 "Gemfile",
 "README.md",
 "Rakefile",
 "benchmark.gemspec",
 "lib/benchmark.rb"]

@hsbt hsbt merged commit 3a60d30 into ruby:master Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants