Skip to content

Commit

Permalink
Merge pull request #287 from stepchowfun/tagref-file-refs
Browse files Browse the repository at this point in the history
Leverage Tagref's new file references feature
  • Loading branch information
stepchowfun authored Feb 21, 2024
2 parents 7b0ceb5 + 092f983 commit 0cb287d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -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/
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
3 changes: 2 additions & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cb287d

Please sign in to comment.