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