Skip to content

Commit 190a9d4

Browse files
committed
Ignore built gem files
- Add *.gem to gitignore to prevent built gem files from being committed
1 parent cc1996a commit 190a9d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
/spec/reports/
2323
/tmp/
2424
/Gemfile.lock
25-
/spec/examples.txt
25+
/spec/examples.txt
26+
27+
# Built gem files
28+
*.gem

0 commit comments

Comments
 (0)