From 98fa976d3aed3acf3f2f9be4e772be7d1bc83b37 Mon Sep 17 00:00:00 2001
From: overtrue <anzhengchao@gmail.com>
Date: Sat, 17 Jun 2023 21:27:09 +0800
Subject: [PATCH] fix: bin

---
 .gitattributes | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index f99ee5f8..b11b0bed 100755
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,6 +3,8 @@
 /tests export-ignore
 /vendor export-ignore
 /sources export-ignore
+/bin/build export-ignore
+/bin/utils.php export-ignore
 .gitattributes export-ignore
 .gitignore export-ignore
 .scrutinizer.yml export-ignore
@@ -10,4 +12,5 @@
 .styleci.yml export-ignore
 .php-cs-fixer export-ignore
 phpunit.php export-ignore
-phpunit.xml export-ignore
\ No newline at end of file
+phpunit.xml export-ignore
+.xml export-ignore
\ No newline at end of file