From 8ae703787cccc8946129199d7b79919dcfb64036 Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 29 Jan 2026 18:38:37 +0100 Subject: [PATCH] chore: Reorder exclusions in release workflow Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b9202ef..4ae8d4b 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -87,8 +87,8 @@ jobs: -x "${PLUGIN_NAME}/releases/*" \ -x "${PLUGIN_NAME}/composer.lock" \ -x "${PLUGIN_NAME}/*.log" \ - -x "${PLUGIN_NAME}/.gitmodules" \ -x "${PLUGIN_NAME}/.gitignore" \ + -x "${PLUGIN_NAME}/.gitmodules" \ -x "${PLUGIN_NAME}/.editorconfig" \ -x "${PLUGIN_NAME}/phpcs.xml*" \ -x "${PLUGIN_NAME}/phpunit.xml*" \