From 43044898ac512179e5af94d25dcc6a708bbc66f4 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 16 Jul 2024 20:33:32 -0700 Subject: [PATCH] Update .gitattributes (#125) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cee54d6..36d720c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,5 @@ docs/*.md linguist-generated=true examples export-ignore # Occasionally there's a need to "stamp" the release version into a file -mylang/version.bzl export-subst +# See https://blog.aspect.build/releasing-bazel-rulesets-rust for details if you need this. +# mylang/version.bzl export-subst