From d4bae767169d28a66864e1dc3e88e6aab8935876 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Thu, 21 Dec 2017 16:18:18 -0800 Subject: [PATCH] Ignore the coverage/ directory. --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 055f6b7..26db8b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -Gemfile.lock -doc/ -pkg/ -vendor/cache/*.gem +/Gemfile.lock +/coverage/ +/doc/ +/pkg/ +/vendor/bundle/ *.eml