diff --git a/ABBV20xx.code-workspace b/ABBV20xx.code-workspace index fe624a8..d810171 100644 --- a/ABBV20xx.code-workspace +++ b/ABBV20xx.code-workspace @@ -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*", } } }