docs: add all-contributors

This commit is contained in:
Aetherinox 2024-04-22 07:23:08 -07:00
parent 2e383f8a4b
commit afb415dc42
No known key found for this signature in database
GPG Key ID: CB5C4C30CD0D4028
2 changed files with 43 additions and 2 deletions

37
.all-contributorsrc Normal file
View File

@ -0,0 +1,37 @@
{
"projectName": "KeeWeb",
"projectOwner": "KeeWeb",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 40,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "antelle",
"name": "Antelle",
"avatar_url": "https://avatars.githubusercontent.com/u/633557?v=4",
"profile": "https://gitlab.com/antelle",
"contributions": ["code", "projectManagement", "fundingFinding"]
},
{
"login": "Aetherinox",
"name": "Aetherinox",
"avatar_url": "https://avatars.githubusercontent.com/u/118329232?v=4",
"profile": "https://gitlab.com/Aetherinox",
"contributions": ["code", "projectManagement", "fundingFinding"]
},
{
"login": "HarlemSquirrel",
"name": "HarlemSquirrel",
"avatar_url": "https://avatars.githubusercontent.com/u/6445815?v=4",
"profile": "https://gitlab.com/HarlemSquirrel",
"contributions": ["code", "projectManagement"]
}
],
"contributorsPerLine": 7,
"linkToUsage": false,
"skipCi": true
}

8
.gitignore vendored
View File

@ -1,7 +1,11 @@
coverage
dist
.opt-*
node_modules
node_modules/
# tests and coverage
.nyc_output
coverage
.dev
.idea
@ -16,4 +20,4 @@ bin/
# Private
.dev
.env
keys
keys