Skip to content
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

refactor: use top-level .gitignore & .travis.yml #873

Merged
merged 1 commit into from
Jan 17, 2018
Merged

Conversation

virkt25
Copy link
Contributor

@virkt25 virkt25 commented Jan 17, 2018

Follow up based on a review comment here:
#858 (comment)

This removes package level .gitignore and .travis.yml files in favour
of top-level files.

Checklist

  • npm test passes on your machine
  • [n/a] New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • [n/a] Related API Documentation was updated
  • [n/a] Affected artifact templates in packages/cli were updated
  • [n/a] Affected example projects in packages/example-* were updated

Follow up based on a review comment here:
#858 (comment)
36

This removes package level .gitignore and .travis.yml files in favour
of top-level files.
@@ -1,3 +0,0 @@
coverage
node_modules
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need a line for cli/node_modules in the top-level as well?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so. node_modules in top level .gitignore should have it covered.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

top level has a node_modules folder which works for all sub-directories. sandbox was specific to cli so it was marked as such.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops didn't see your response there ... but what @raymondfeng said basically.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@virkt25 virkt25 merged commit b92b251 into master Jan 17, 2018
@virkt25 virkt25 deleted the gitignore/refactor branch January 17, 2018 18:08
virkt25 added a commit that referenced this pull request Jan 18, 2018
Follow up based on a review comment here:
#858 (comment)

This removes package level .gitignore and .travis.yml files in favour
of top-level files.
@virkt25 virkt25 added this to the Sprint 53 milestone Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants