From 5c71b1dd270626a792e5d2dec0c3839dfd0a40a8 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 30 Oct 2017 00:25:17 -0400 Subject: [PATCH] Add .gem to gitignore --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3a20835..bf65b63 100644 --- a/.gitignore +++ b/.gitignore @@ -53,9 +53,7 @@ Thumbs.db .netrwhist *.un~ -# YARD Related # -################ -# doc/ is the generated documentation for Yard, which can easily be generated -# locally with yardoc -# .yardoc/ is yard metadata, not necessary to be uploaded to GH -.yardoc/ +# Ruby # +######## +*.gem +/.yardoc/