From 36ebc761201b6fa3eae66d77c128713037efea6e Mon Sep 17 00:00:00 2001 From: Marcus Phua Zheng Jie <32394182+marcus-pzj@users.noreply.github.com> Date: Wed, 20 Mar 2019 01:16:21 +0800 Subject: [PATCH] Add config file for Reposense (#102) --- .gitignore | 3 +++ config.json | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 config.json diff --git a/.gitignore b/.gitignore index 5572e8b92..7e903a38e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ build/ PlanMySem.txt PlanMySem.ics + +# Reposense config file +/config.json diff --git a/config.json b/config.json new file mode 100644 index 000000000..c1e143581 --- /dev/null +++ b/config.json @@ -0,0 +1,25 @@ +{ + "authors": + [ + { + "githubId": "macchazuki", + "displayName": "JUL...REN", + "authorNames": ["macchazuki", "Julian"] + }, + { + "githubId": "dingheng4448", + "displayName": "LIM...ENG", + "authorNames": ["dingheng4448", "Lim Ding Heng"] + }, + { + "githubId": "marcus-pzj", + "displayName": "MAR...JIE", + "authorNames": ["marcus-pzj", "Marcus Phua Zheng Jie"] + }, + { + "githubId": "seanieyap", + "displayName": "SEA...ONG", + "authorNames": ["seanieyap", "Sean Yap"] + } + ] +} \ No newline at end of file