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