Last active
December 17, 2024 05:08
-
-
Save diego3g/d15660c8875ecbf9e2d78aa7b7d6743d to your computer and use it in GitHub Desktop.
Revisions
-
diego3g revised this gist
Jan 8, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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*", -
diego3g created this gist
Jan 8, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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*" } }