Skip to content

Commit

Permalink
Fix counting for Github's automatic language discovery (aeon-toolkit#812
Browse files Browse the repository at this point in the history
)

* Update .gitattributes

* Update .all-contributorsrc
  • Loading branch information
xuyxu authored Apr 14, 2021
1 parent c3880bc commit 6e81f2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -605,17 +605,6 @@
"test"
]
},
{
"login": "AaronX121",
"name": "Yi-Xuan Xu",
"avatar_url": "https://avatars2.githubusercontent.com/u/22359569?v=4",
"profile": "https://github.com/AaronX121",
"contributions": [
"code",
"test",
"doc"
]
},
{
"login": "huayicodes",
"name": "Huayi Wei",
Expand Down Expand Up @@ -837,7 +826,10 @@
"avatar_url": "https://avatars2.githubusercontent.com/u/22359569?v=4",
"profile": "https://github.com/xuyxu",
"contributions": [
"code"
"code",
"test",
"maintenance",
"doc"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sktime/datasets/data/* linguist-vendored
sktime/datasets/data/** linguist-vendored
jquery.js -linguist-vendored

0 comments on commit 6e81f2c

Please sign in to comment.