mirror of
https://github.com/go-task/task.git
synced 2026-07-08 22:46:07 +00:00
feat: add use_gitignore option to exclude ignored files from sources/generates (#2773)
This commit is contained in:
2
testdata/gitignore_included_override/testdata/TestGitignoreIncludedOverride-first_run.golden
vendored
Normal file
2
testdata/gitignore_included_override/testdata/TestGitignoreIncludedOverride-first_run.golden
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
task: [included:build] echo "build executed"
|
||||
build executed
|
||||
@@ -0,0 +1,2 @@
|
||||
task: [included:build] echo "build executed"
|
||||
build executed
|
||||
@@ -0,0 +1 @@
|
||||
task: Task "included:build" is up to date
|
||||
Reference in New Issue
Block a user