From 1b9841b3e24011126bbccf40d978a3a9755a52dc Mon Sep 17 00:00:00 2001 From: David Battersby Date: Mon, 10 Jul 2023 11:18:43 +0800 Subject: [PATCH] DEV: stop tracking changes to ruby-gemset (#22504) Prevent git from tracking changes to the .ruby-gemset file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f7703c5b0f..25a6a938d1a 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ # We provide a .sample but people can use newer versions if they want to .ruby-version +.ruby-gemset # Front-end dist