From b903b62c2bd1ac512f7c1e7c495f5dda009b1271 Mon Sep 17 00:00:00 2001 From: misya Date: Wed, 9 Jul 2025 15:28:08 +0800 Subject: [PATCH] Chore: updated .gitignore to exclude local publish-test artifacts --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2f..5b013e7 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,7 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# Ignore local publish test builds +publish-test/ \ No newline at end of file