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