Skip to content

chore: add auto-generated files to .gitignore in ruby/ directories#412

Merged
takaokouji merged 1 commit into
developfrom
chore/gitignore-ruby-generated-files
Mar 29, 2026
Merged

chore: add auto-generated files to .gitignore in ruby/ directories#412
takaokouji merged 1 commit into
developfrom
chore/gitignore-ruby-generated-files

Conversation

@takaokouji
Copy link
Copy Markdown

Summary

  • ruby/ruby-sdl2/.gitignoreGemfile.lock, .ruby-version を追加(サブモジュール更新)
  • ruby/smalruby3/.gitignoreGemfile.lock を追加

これらのファイルはユーザーの個人グローバル gitignore でのみ無視されていたため、他の開発者のクローン環境では untracked として表示されていた。

Test plan

  • ruby/ruby-sdl2/ 内で git statusGemfile.lock, .ruby-version, sdl2_ext.bundle.dSYM/ が表示されないこと
  • ruby/smalruby3/Gemfile.lockgit status に表示されないこと

Closes #409

🤖 Generated with Claude Code

- ruby/ruby-sdl2: update submodule ref (Gemfile.lock, .ruby-version added to .gitignore)
- ruby/smalruby3: add Gemfile.lock to .gitignore

These files were previously only ignored by the user's personal global
gitignore, causing them to appear as untracked for other developers.

Closes #409

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@takaokouji takaokouji merged commit f5a59d6 into develop Mar 29, 2026
3 checks passed
@takaokouji takaokouji deleted the chore/gitignore-ruby-generated-files branch March 29, 2026 01:51
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.

chore: add auto-generated files to .gitignore in ruby/ directories

1 participant