From 71512e15476eab97b8f5c5fa8afdccc168346e16 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 1 Dec 2025 17:36:44 +0000
Subject: [PATCH] Update changelog.mdx
---
changelog.mdx | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index bd059b390..028a6cab8 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,17 @@ rss: true
noindex: true
---
+
+ ## .mintignore support
+
+ - Added `.mintignore` file support to exclude specific files and directories from being processed and published to your documentation site.
+ - Uses the same pattern syntax as `.gitignore` for familiar configuration.
+ - Excluded files don't appear in published docs, aren't indexed for search, and aren't accessible to visitors.
+
+ Learn more in the [.mintignore documentation](/organize/mintignore).
+
+
+
## Vale version upgrade