Skip to content

Commit

Permalink
Add config file for Reposense (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pzj authored and seanieyap committed Mar 19, 2019
1 parent 75b5fe8 commit 36ebc76
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
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"]
}
]
}

0 comments on commit 36ebc76

Please sign in to comment.