diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afd6f78..5e48d4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 - - package-ecosystem: npm directory: '/' schedule: interval: daily open-pull-requests-limit: 10 - diff --git a/.gitignore b/.gitignore index c58f9f2..1992952 100644 --- a/.gitignore +++ b/.gitignore @@ -123,4 +123,8 @@ dist # lock files package-lock.json -yarn.lock \ No newline at end of file +yarn.lock + +# editor files +.vscode +.idea \ No newline at end of file