From a3031e5280bd76190c737803088dafced2ea2eac Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:20:47 +0300 Subject: [PATCH] [v9.5.x] CI: Ignore .pr-body.txt file (#70807) CI: Ignore .pr-body.txt file (#70798) This file is used during the backporting process but should never be committed. (cherry picked from commit 2b10d31bac4b3ad018ea9d207b06fdf52e11a173) Co-authored-by: Horst Gutmann --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 39b7a1e2ae4..d08eafbeaeb 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