diff --git a/insights.py b/insights.py index 0d22c54..5cfdf15 100755 --- a/insights.py +++ b/insights.py @@ -14,9 +14,13 @@ IGNORED: List[str] = [ ".history/", "package-lock.json", "/@", + "yarn.lock", + ".lock", + ".yml", "eslint-plugin", ".yy", "Ladder2800.js", # BBY06 - Auto generated code detected. please dont rename this file at all. + ".geojson", # Group has thousands of data points in a .geojson file "...", # It is possible someone has so many sub folders and such a long file name it gets ignored ] # git log --stat kinda sucks that it doesnt always show the full folder path diff --git a/templates/index.html b/templates/index.html index 753dba9..4f8e706 100755 --- a/templates/index.html +++ b/templates/index.html @@ -1,12 +1,41 @@ - - COMP 2800 - Slacker - - - -
+ + + COMP 2800 - Slacker + + + + +
+
+

COMP 2800 Slacker

+

See Leaderboards

+

+ Disclaimer: This reads commits from git log and may not match + commits from Github insights. +

+

+ Additionally, any commits made through the Github web interface are ignored. Its recommended you set your git + username and only use that one git username. +

+

+ Files with matching patterns may be ignored in your commits. E.g. node_module files. +

+ +
+
+ +
- -