From 5e5d7280f4defcacd2286817d966f222942c5e7b Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 9 Jul 2025 16:07:16 +0800 Subject: [PATCH] Update .gitignore --- .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