From 07ab198b362f0aa29657b9805bf2c0a26f6dc361 Mon Sep 17 00:00:00 2001 From: RichardHeise <richardfhf5@gmail.com> Date: Wed, 9 Aug 2023 11:39:12 -0300 Subject: [PATCH] Issue #53: REMOVE Gemfile.lock from ignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62cdd175..0c0352a5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ /.bundle # Ignore all logfiles and tempfiles. -Gemfile.lock /log/* !/log/.keep /tmp -- GitLab