From d7a0a08cf7688e83948d393fd0f748f9dcbc0f85 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Wed, 21 Feb 2024 04:11:20 -0800 Subject: [PATCH] Leverage Tagref's new file references feature --- .gitignore | 2 +- toast.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8d556cb4..a29326ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# [tag:gitignore] Keep this in sync with [ref:excluded_input_paths]. +# Keep this in sync with [ref:excluded_input_paths]. /artifacts/ /examples/rust/target/ /examples/typescript/dist/ diff --git a/toast.yml b/toast.yml index 622d6752..ebfacc0a 100644 --- a/toast.yml +++ b/toast.yml @@ -121,7 +121,7 @@ tasks: excluded_input_paths: - .git - # [tag:excluded_input_paths] Keep this in sync with [ref:gitignore]. + # [tag:excluded_input_paths] Keep this in sync with [file:.gitignore]. - artifacts - examples/rust/target - examples/typescript/dist