Skip to content

Commit

Permalink
Merge pull request #117 from CS2103-AY1819S2-W13-3/reposense-config
Browse files Browse the repository at this point in the history
Add reposense config file
  • Loading branch information
fterh authored Mar 22, 2019
2 parents 578f5f2 + 818a06b commit aa2bf36
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lib/*
*.log
*.log.*
*.csv
config.json
/config.json
src/test/data/sandbox/
preferences.json
.DS_Store
Expand Down
30 changes: 30 additions & 0 deletions _reposense/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"authors":
[
{
"githubId": "DarrenDragonLee",
"displayName": "LEE...REN",
"authorNames": ["DarrenDragonLee"]
},
{
"githubId": "case141",
"displayName": "LOW...SEY",
"authorNames": ["case141"]
},
{
"githubId": "suriruhani",
"displayName": "RUH...URI",
"authorNames": ["suriruhani"]
},
{
"githubId": "fterh",
"displayName": "TER...WEI",
"authorNames": ["fterh", "Fabian", "Fabian Terh"]
},
{
"githubId": "DoItTomorrow",
"displayName": "YAN...ANG",
"authorNames": ["DoItTomorrow"]
}
]
}

0 comments on commit aa2bf36

Please sign in to comment.