From 34a0147b07b4fd79a44ffe2deca7b7dd8848ef60 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 25 Mar 2026 13:34:47 +0100 Subject: [PATCH] .gitattributes: minor update * Add the `box.json` file to be ignored for distribution zips. * Sort the list files first, directories second, both alphabetically. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f2c3387..4a24ebf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ -/tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore +/box.json export-ignore /.github export-ignore +/tests export-ignore