From 2ddc2762571faa021e6b0294a5755bbde79424bc Mon Sep 17 00:00:00 2001 From: koru Date: Sat, 13 Jun 2026 15:15:16 +0000 Subject: [PATCH] chore: sort `.gitattributes` file --- .gitattributes | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 105f811..4d18c45 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,13 +2,13 @@ * text=auto eol=lf *.png lfs -*.git* linguist-language=Shell -*.json linguist-detectable -*.jsonc linguist-language=JSON -*.sum linguist-generated -*.toml linguist-detectable -*.yml linguist-language=YAML -*.yaml linguist-detectable -flake.lock linguist-language=JSON linguist-generated -/vendor/* linguist-vendored +*.git* linguist-language=Shell +*.json linguist-detectable +*.jsonc linguist-language=JSON +*.sum linguist-generated +*.toml linguist-detectable +*.yaml linguist-detectable +*.yml linguist-language=YAML +flake.lock linguist-language=JSON linguist-generated +/vendor/** linguist-vendored *.png filter=lfs diff=lfs merge=lfs -text