Use test dataset and configuration when developing

This commit is contained in:
Patrick Winter 2019-09-02 21:00:58 +02:00
parent f212861820
commit 82f4561a05
3 changed files with 5 additions and 0 deletions

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
export TASKDATA="$PWD/.task"
export TASKRC="$PWD/.taskrc"

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.task

2
.taskrc Normal file
View file

@ -0,0 +1,2 @@
# Otherwise the `task export` output isn't valid json.
verbose=no