From 8144d1bb9e6a391a25f8ac3e19e4913151984eed Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Fri, 6 Sep 2024 12:35:52 -0500 Subject: [PATCH] Add yarn.lock to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e873eeb1e88..7af424c50f3 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,8 @@ webpack.records.json morgan.log +# Yarn no longer used +yarn.lock yarn-error.log *.css