Avoid committing factory_bot_rails-*.gem files

[ci skip]

I accidentally committed the rc1 gem as I was preparing the rc2 gem.
Adding the gem files to the .gitignore should prevent this from
happening again.
This commit is contained in:
Daniel Colson 2019-01-11 15:51:58 -05:00
parent 79a53a72a9
commit f91bcf248f
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ rdoc
test.db
tmp
.rubocop-https*
factory_bot_rails-*.gem

Binary file not shown.