From 092f983f54d83ae4d701426ae17a2b118c001934 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 --- .dockerignore | 2 +- .gitignore | 4 ++-- toast.yml | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 41c035e..12142a2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -# [tag:dockerignore] Keep this in sync with [ref:excluded_input_paths] and [ref:gitignore], but +# Keep this in sync with [ref:excluded_input_paths] and [file:.gitignore], but # don't ignore /artifacts/. /.git/ /target/ diff --git a/.gitignore b/.gitignore index 76eb05e..03abfa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# [tag:gitignore] Keep this in sync with [ref:excluded_input_paths] and [ref:dockerignore], but -# don't ignore /.git/ since Git already ignores it. +# Keep this in sync with [ref:excluded_input_paths] and [file:.dockerignore], +# but don't ignore /.git/ since Git already ignores it. /artifacts/ /target/ diff --git a/toast.yml b/toast.yml index f5d0cce..ce68780 100644 --- a/toast.yml +++ b/toast.yml @@ -159,7 +159,8 @@ tasks: input_paths: - . excluded_input_paths: - # [tag:excluded_input_paths] Keep this in sync with [ref:gitignore] and [ref:dockerignore]. + # [tag:excluded_input_paths] Keep this in sync with [file:.gitignore] and + # [file:.dockerignore]. - .git - artifacts - target