From 9c5fa5366f27f64aaa01177fb4ca19762b70d0af Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Wed, 4 Oct 2023 11:28:07 -0700 Subject: [PATCH] ignore the coverage directory from simplecov output --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6b1c8a2..930ad46 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .bundle *.db .env.rb +coverage