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

Files explicitly passed as a parameter with --files should not get ignored #263

Closed
bingen opened this issue Nov 7, 2018 · 0 comments
Closed
Assignees
Labels
🐛 bug An unexpected behavior of the API

Comments

@bingen
Copy link
Contributor

bingen commented Nov 7, 2018

Explicitly added files should take precedence over .gitignore. Right now if you run aragon run --files app/build (or aragon publish) but you have build in .gitignore contents in that folder would not be published.
Relevant lines were:
https://github.com/aragon/aragon-cli/blob/master/src/commands/apm_cmds/publish.js#L198
https://github.com/aragon/aragon-cli/blob/master/src/commands/apm_cmds/publish.js#L211

@sohkai sohkai added the 🐛 bug An unexpected behavior of the API label Nov 7, 2018
@0xGabi 0xGabi added this to the Aragon DAC Dec Sprint milestone Dec 15, 2018
@0xGabi 0xGabi self-assigned this Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug An unexpected behavior of the API
Projects
None yet
Development

No branches or pull requests

3 participants