diff --git a/insights.py b/insights.py index 2b0ef56..4d3d860 100755 --- a/insights.py +++ b/insights.py @@ -14,6 +14,9 @@ IGNORED: List[str] = [ ".history/", "package-lock.json", "/@", + "yarn.lock", + ".lock", + ".yml", "eslint-plugin", ".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 diff --git a/templates/index.html b/templates/index.html index a60a921..4de1aee 100755 --- a/templates/index.html +++ b/templates/index.html @@ -1,56 +1,61 @@ - - 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. +

+ +
+
+ +
- -