From 88844d50f9dc9dfb9ec84a334a89fc81c5fb1594 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Tue, 21 Oct 2025 01:52:25 +0100 Subject: [PATCH] Clean up `.gitattributes` Remove export-ignore for update-all-versions script --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index bbcc2e0..8aab09e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,3 @@ /composer.lock -export-ignore /LICENSE -export-ignore /README.md -export-ignore - -# Ignore internal scripts. -/bin/update-all-versions -export-ignore