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