Skip to content

Commit

Permalink
Merge branch 'master' into fix-self-hosted-stale-bundle-download
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kalyvitis committed Jun 18, 2020
2 parents f9768ac + 608ed15 commit 6d036ce
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files.exclude": {
// include the defaults from VS Code
"**/.git": true,
"**/.DS_Store": true,

// transpiled JavaScript
"lib": true,
}
}
8 changes: 5 additions & 3 deletions lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d036ce

Please sign in to comment.