We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
.gitignore
aragon run --files app/build
aragon publish
build
The text was updated successfully, but these errors were encountered:
0xGabi
No branches or pull requests
Explicitly added files should take precedence over
.gitignore
. Right now if you runaragon run --files app/build
(oraragon publish
) but you havebuild
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
The text was updated successfully, but these errors were encountered: