Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sanidhyas3s/monkeytype
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyas3s committed Aug 24, 2024
2 parents f52f8c3 + 30d440a commit cb7d910
Show file tree
Hide file tree
Showing 455 changed files with 934,682 additions and 70,839 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ frontend/.env
#backend
backend/src/credentials/*.json
backend/.env
backend/build
backend/dist
6 changes: 4 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
backend/build
backend/dist
backend/__migration__
docker
docker
backend/scripts
**/vitest.config.js
112 changes: 0 additions & 112 deletions .eslintrc.json

This file was deleted.

7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ docs:
frontend:
- any: ["frontend/**/*"]

packages:
- any: ["packages/**/*"]

local dev:
- any: ["**/gulpfile.js", "**/tsconfig.json"]
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
- Also please add a screenshot of the theme, it would be extra awesome if you do so!
- [ ] Check if any open issues are related to this PR; if so, be sure to tag them below.
- [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
- [ ] Make sure to include your GitHub username inside parentheses at the end of the PR title
- [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (your_github_username) -->
<!-- label(optional scope): pull request title (@your_github_username) -->

<!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you.-->

Expand Down
Loading

0 comments on commit cb7d910

Please sign in to comment.