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

[tech] Exclude all useless files from the Cargo publishing process #457

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

woshilapin
Copy link
Contributor

So far, all of our released crates contained a lot of useless files, particularly all the fixtures files. This package.exclude should remove all useless files during the publishing process.

Cargo.toml Outdated
".gitignore",
".mergify.yml",
".travis.yml",
"Cargo.lock",
Copy link
Member

Choose a reason for hiding this comment

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

this file appears in the package

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, I didn't saw that. I guess I can just remove them all... This PR is gonna be simpler 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've removed all the occurrences of Cargo.lock.

@mergify mergify bot merged commit a42f879 into hove-io:master Nov 14, 2019
@woshilapin woshilapin deleted the exclude branch November 14, 2019 18:33
@datanel datanel changed the title Exclude all useless files from the Cargo publishing process [tech] Exclude all useless files from the Cargo publishing process Nov 16, 2019
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