From 2b10d31bac4b3ad018ea9d207b06fdf52e11a173 Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Wed, 28 Jun 2023 11:12:25 +0200 Subject: [PATCH] CI: Ignore .pr-body.txt file (#70798) This file is used during the backporting process but should never be committed. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fbfb6a6396f..3f0a71e5d55 100644 --- a/.gitignore +++ b/.gitignore @@ -191,3 +191,6 @@ public/api-spec.json deployment_tools_config.json .betterer.cache + +# Temporary file for backporting PRs +.pr-body.txt