* Update to yarn@3.6.0 * Remove yarn cache * WIP * WIP * WIP * WIP * WIP * New .gitignore rules from docs * Remove yarn dlx vscode
38 lines
575 B
Plaintext
38 lines
575 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
/.vscode
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
/tests/extension.spec.ts-snapshots/*darwin*
|
|
|
|
.env*
|