From 7b8ae9f476f72e081215b3fe06530628257fadb2 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:52 +0300 Subject: [PATCH] [v10.0.x] CI: Ignore .pr-body.txt file (#70808) 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 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