mirror of
https://github.com/go-task/task.git
synced 2026-06-25 05:35:56 +00:00
rename: gitignore -> use_gitignore for clarity
Rename the Taskfile/task option from `gitignore` to `use_gitignore` to avoid ambiguity (could be read as "ignore git" vs "use .gitignore"). Consistent with Biome's `useIgnoreFile` naming convention.
This commit is contained in:
6
testdata/gitignore/Taskfile.yml
vendored
6
testdata/gitignore/Taskfile.yml
vendored
@@ -1,6 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
gitignore: true
|
||||
use_gitignore: true
|
||||
|
||||
tasks:
|
||||
build:
|
||||
@@ -13,8 +13,8 @@ tasks:
|
||||
- ./generated.txt
|
||||
method: checksum
|
||||
|
||||
build-no-gitignore:
|
||||
gitignore: false
|
||||
build-no-use_gitignore:
|
||||
use_gitignore: false
|
||||
cmds:
|
||||
- cp ./source.txt ./generated.txt
|
||||
sources:
|
||||
|
||||
Reference in New Issue
Block a user