Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config file for Reposense #102

Merged
merged 12 commits into from
Mar 19, 2019
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ build/

PlanMySem.txt
PlanMySem.ics

# Reposense config file
/config.json
25 changes: 25 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -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"]
}
]
}