Skip to content

Commit bb94bdd

Browse files
committed
Add *.gem to .gitignore
`gem build mcp.gemspec` outputs the built gem into the working directory (e.g. mcp-0.7.1.gem) rather than pkg/, which is already ignored. Without this entry, the file shows up as an untracked file and risks being accidentally staged and committed during release preparation or local development.
1 parent 5b04089 commit bb94bdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.ruby-version
2+
/*.gem
23
/.bundle/
34
/.yardoc
45
/_yardoc/

0 commit comments

Comments
 (0)