From 1b0c53e30ef943857c6cec9e43b0410f2ca84ea0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 12 Jan 2025 11:27:15 +0800 Subject: [PATCH] .gitattributes: fixup e4674cd7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actually set the attribute on the file 🤦 and also exclude the directory. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1fdb94741..8072a3ab3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,7 +23,8 @@ /.builds export-ignore /.builds/* export-ignore # to make cargo vendor work correctly -/.cargo/config.toml +/.cargo/ export-ignore +/.cargo/config.toml export-ignore # for linguist, which drives GitHub's language statistics alpine.js linguist-vendored