-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(configure): Control gitignoring of sku-created config files #193
Conversation
Closing temporarily. Will re-open when this PR is merged |
Changes made. Please re-review
scripts/configure.js
Outdated
const builds = require('../config/builds'); | ||
|
||
const outputDirs = uniq([ | ||
...builds.map( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spread here is unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sleuth 🕵🏻♂️
yarn.lock | ||
package-lock.json | ||
.idea | ||
|
||
# managed by sku |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏻👏🏻👏🏻
Move the output/target directory and the bundle report gitignores to be managed by the configure script. This pattern of controlled ignores is going to be adopted more through the typescript support PR.