From 19be50d2b9602754f0ad616422536890c9320b91 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Wed, 21 May 2025 11:06:26 -0400 Subject: [PATCH] Fix .gitignore entry for `Gemfile.lock` The `Gemfile.lock` entry has a . in front which prevents it from being ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 177d799d..4ea57987 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ /pkg/ /spec/reports/ /tmp/ -.Gemfile.lock +Gemfile.lock