From 938ab59f8f13429dba3b42e8352b55120b19c3a7 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 17 May 2016 09:03:49 -0400 Subject: Add a couple of config files --- .goxc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .goxc.json (limited to '.goxc.json') diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 0000000..d98af79 --- /dev/null +++ b/.goxc.json @@ -0,0 +1,13 @@ +{ + "Tasks": [ + "default", + "publish-github" + ], + "TaskSettings": { + "publish-github": { + "owner": "gammons", + "repository": "todolist" + } + }, + "ConfigVersion": "0.9" +} \ No newline at end of file -- cgit v1.3