vue-i18n-extract
vue-i18n-extract copied to clipboard
refactor: adjust Yarn setup
Updates the .gitignore file to match Yarn 2’s documentation. Specifically, this avoids the issue of needing to follow the SDK setup instructions (e.g. running yarn dlx @yarnpkg/sdks vscode) each time the repository is cloned.
Commits the files created after running yarn dlx @yarnpkg/sdks vscode so that people cloning the repository don’t have to run the command.