Skip to content

Instantly share code, notes, and snippets.

@diego3g
Last active December 17, 2024 05:08
Show Gist options
  • Select an option

  • Save diego3g/d15660c8875ecbf9e2d78aa7b7d6743d to your computer and use it in GitHub Desktop.

Select an option

Save diego3g/d15660c8875ecbf9e2d78aa7b7d6743d to your computer and use it in GitHub Desktop.

Revisions

  1. diego3g revised this gist Jan 8, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    {
    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.patterns": {
    "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
    "tailwind.config.js": "tailwind.config*, postcss.config*",
  2. diego3g created this gist Jan 8, 2024.
    8 changes: 8 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    {
    "explorer.fileNesting.patterns": {
    "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
    "tailwind.config.js": "tailwind.config*, postcss.config*",
    ".env.local": ".env*",
    ".env": ".env*"
    }
    }