Use test dataset and configuration when developing
This commit is contained in:
parent
f212861820
commit
82f4561a05
3 changed files with 5 additions and 0 deletions
2
.envrc
Normal file
2
.envrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
export TASKDATA="$PWD/.task"
|
||||||
|
export TASKRC="$PWD/.taskrc"
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.task
|
2
.taskrc
Normal file
2
.taskrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Otherwise the `task export` output isn't valid json.
|
||||||
|
verbose=no
|
Loading…
Reference in a new issue