Closed Nemikolh closed 2 months ago
This PR makes sure we ignore the .vscode-test folder.
.vscode-test
If one start working on the VSCode TutorialKit extension, they will get that folder and our current pnpm lint script won't ignore it, causing it to take forever to run.
pnpm lint
Run & review this pull request in StackBlitz Codeflow.
This PR makes sure we ignore the
.vscode-test
folder.If one start working on the VSCode TutorialKit extension, they will get that folder and our current
pnpm lint
script won't ignore it, causing it to take forever to run.