From 82f4561a05717bff80d6c5927d662aa2e0be0c59 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Mon, 2 Sep 2019 21:00:58 +0200 Subject: [PATCH] Use test dataset and configuration when developing --- .envrc | 2 ++ .gitignore | 1 + .taskrc | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 .envrc create mode 100644 .gitignore create mode 100644 .taskrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..57c12d4 --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +export TASKDATA="$PWD/.task" +export TASKRC="$PWD/.taskrc" diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2a8832 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.task \ No newline at end of file diff --git a/.taskrc b/.taskrc new file mode 100644 index 0000000..a022e98 --- /dev/null +++ b/.taskrc @@ -0,0 +1,2 @@ +# Otherwise the `task export` output isn't valid json. +verbose=no \ No newline at end of file