@@ -14,7 +14,7 @@ With some scripts to avoid duplication of works. And it's very opinionated.
1414Open your VS Code, bring up your ` settings.json ` , copy-n-paste the snippet below, and you are good to go :)
1515
1616``` jsonc
17- // updated 2022-03-08 03:56
17+ // updated 2022-03-08 03:58
1818 // https://github.com/antfu/vscode-file-nesting-config
1919 " explorer.experimental.fileNesting.enabled" : true ,
2020 " explorer.experimental.fileNesting.expand" : false ,
@@ -32,6 +32,7 @@ Open your VS Code, bring up your `settings.json`, copy-n-paste the snippet below
3232 " package.json" : " .browserslist*, .circleci*, .editorconfig, .eslint*, .flowconfig, .gitlab*, .gitpod*, .huskyrc*, .markdownlint*, .node-version, .nodemon*, .npm*, .nvmrc, .prettier*, .releaserc*, .sentry*, .stackblitz, .stylelint*, .tazerc*, .travis.*, .vscode*, .watchman*, .yamllint*, .yarnrc*, api-extractor.json, appveyor.*, azure-pipelines.*, build.config.*, commitlint*, crowdin.*, dangerfile.*, gulp*, jenkins*, jsconfig.*, lerna*, lint-staged*, netlify.*, nx.*, package-lock.json, pnpm-*, renovate.*, rollup.config.*, stylelint*, tsconfig.*, tsdoc.*, tslint.*, tsup.config.*, turbo.json, vercel.*, vetur.config.*, webpack.config.*, yarn*" ,
3333 " readme.md" : " authors, backers.md, changelog*.md, code_of_conduct.md, codeowners, contributing.md, governance.md, history.md, license*, readme*, security.md, sponsors.md" ,
3434 " cargo.toml" : " cargo.lock, rust-toolchain.toml, rustfmt.toml" ,
35+ " gemfile" : " gemfile.lock, .ruby-version" ,
3536 " vite.config.*" : " *.env, .babelrc, .codecov, .env*, .mocha*, api-extractor.json, ava.config.*, babel.config.*, cypress.json, env.d.ts, jasmine.*, jest.config.*, jsconfig.*, karma.conf*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*" ,
3637 " vue.config.*" : " *.env, .babelrc, .codecov, .env*, .mocha*, api-extractor.json, ava.config.*, babel.config.*, cypress.json, env.d.ts, jasmine.*, jest.config.*, jsconfig.*, karma.conf*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*" ,
3738 " nuxt.config.*" : " *.env, .babelrc, .codecov, .env*, .mocha*, api-extractor.json, ava.config.*, babel.config.*, cypress.json, env.d.ts, jasmine.*, jest.config.*, jsconfig.*, karma.conf*, playwright.config.*, postcss.config.*, puppeteer.config.*, svgo.config.*, tailwind.config.*, tsconfig.*, tsdoc.*, unocss.config.*, vitest.config.*, webpack.config.*, windi.config.*" ,
0 commit comments