Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Update ABBV20xx.code-workspace
Browse files Browse the repository at this point in the history
Added .env to fileNesting since its a 1-time setup thing
Added READMEs to fileNesting
  • Loading branch information
jeremy-farrance authored Jan 24, 2023
1 parent 9d39484 commit 7904459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ABBV20xx.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"webpack.config.js": "webpack.*.config.js",
"*.code-workspace": ".browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, gulp*.js"
"*.code-workspace": ".env, .browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, gulp*.js",
"README.md": "READ*",
}
}
}

0 comments on commit 7904459

Please sign in to comment.