From 2f1a9ffb9131e8345d93f2b243626a1ef52bce39 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 10 Jul 2024 13:37:12 -0700 Subject: [PATCH] Update .gitattributes in #101 I added this line to .gitattributes, but the file it references doesn't exist in the repo. comment it out, as it's rarely needed. --- .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