Skip to content

Conversation

@michaelsbradleyjr
Copy link
Contributor

Overview

npm pack was by default ignoring the .gitignore files within the template directories. With this change, it doesn't ignore them.

Compare the results of:

npm pack embark-framework/embark#3.1.7
npm pack embark-framework/embark#develop

^ both of those are missing the .gitignore files

npm pack embark-framework/embark#bug_fix/templates-gitignore

It was easy to miss this since during development we're often working with embark installed from a clone of the github repo vs. a tarball packed by npm.

Post approval and merge, I will cherry pick this commit into a branch off 3_1_0, then submit a PR for merging into 3_1_0.

@michaelsbradleyjr michaelsbradleyjr changed the title npm should not ignore templates .gitignore files npm should not ignore templates' .gitignore files Aug 10, 2018
@michaelsbradleyjr michaelsbradleyjr merged commit 430c3c3 into develop Aug 10, 2018
@michaelsbradleyjr michaelsbradleyjr deleted the bug_fix/templates-gitignore branch August 13, 2018 16:55
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.

3 participants