From 10ea51f6fdc1f8ff7310ed49bc4ce3d22fccf816 Mon Sep 17 00:00:00 2001 From: matevip Date: Thu, 23 Apr 2026 16:38:33 +0800 Subject: [PATCH] chore: add UPGRADING.md to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 656cfe90..8003242d 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,9 @@ deploy/nginx/ssl/*.pem # Deploy env deploy/.env +# Private files excluded from opensource sync +UPGRADING.md + # Claude Code local settings CLAUDE.md .claude/settings.local.json