Skip to content

Instantly share code, notes, and snippets.

@fabricionaweb
Forked from diego3g/settings.json
Last active January 9, 2024 11:36
Show Gist options
  • Save fabricionaweb/6471889a671e0f99a7a9abf3b53d443a to your computer and use it in GitHub Desktop.
Save fabricionaweb/6471889a671e0f99a7a9abf3b53d443a to your computer and use it in GitHub Desktop.
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"package.json": "package-lock.json, .eslint*, .babel*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env": ".env*",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment