Skip to content

Commit 38163f9

Browse files
author
Paul Jenkins
committed
Merge pull request Code52#71 from Code52/pastprojectclean
Removed some additional repos from Past Projects page.
2 parents 687d4c8 + 3916945 commit 38163f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/contrib.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
{
3939
var repo = data.repositories[i];
4040

41-
if (repo.name != "code52.github.com")
41+
if (repo.name != "code52.github.com"
42+
&& repo.name != "NuGetGallery"
43+
&& repo.name != "markdowndeep"
44+
&& repo.name != "gh-pages-template")
4245
getContribs(repo.name, repo.url);
4346
}
4447
}

0 commit comments

Comments
 (0)