diff --git a/.gitignore b/.gitignore index 779041b2..5c915d63 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ types package-lock.json .nuxt .output +.idea/ diff --git a/.npmrc b/.npmrc index bf2e7648..8fb0b90f 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ shamefully-hoist=true +shell-emulator=true