diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..09519cd5 --- /dev/null +++ b/.all-contributorsrc @@ -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 +} + diff --git a/.gitignore b/.gitignore index ec7dbd87..89449e74 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +keys