From e6acfa0d1dae13552d16b74a7ec588d36a013dab Mon Sep 17 00:00:00 2001 From: Connor Peshek Date: Wed, 3 Jun 2026 06:30:58 -0500 Subject: [PATCH] root: gitignore release generation artifacts (#22549) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c5fd77ff39..e5dba4c8a8 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,10 @@ corepack.tgz .cspellcache cspell-report.* +# Release generation artifacts +/changelog.md +/diff.md + # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/ # in your Git repository. Update and uncomment the following line accordingly. # /staticfiles/