root: gitignore release generation artifacts (#22549)

This commit is contained in:
Connor Peshek
2026-06-03 06:30:58 -05:00
committed by GitHub
parent 5681abafa4
commit e6acfa0d1d
+4
View File
@@ -20,6 +20,10 @@ corepack.tgz
.cspellcache .cspellcache
cspell-report.* 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/ # 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. # in your Git repository. Update and uncomment the following line accordingly.
# <django-project-name>/staticfiles/ # <django-project-name>/staticfiles/