Skip to content

Commit

Permalink
ignore generated output in diff
Browse files Browse the repository at this point in the history
  • Loading branch information
danvolchek committed Jun 10, 2024
1 parent bc5aace commit 60228df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
version: '3'

includes:
common: "~/.config/development"
common:
taskfile: "~/.config/development"
vars:
DIFF_ARGS: "-- . :^docs" # Ignore generated output in diff

tasks:
dev:
Expand All @@ -26,4 +29,4 @@ tasks:
push:
cmds:
- task: build
- task: common:add-commit-push
- task: common:add-commit-push

0 comments on commit 60228df

Please sign in to comment.