mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 05:57:10 +00:00
8ce099470b
Running `cargo publish` from a non-colocated repo (such as my usual repo) is currently quite scary because it uploads all non-hidden files, even if they're ignored by `.gitignore` (https://github.com/rust-lang/cargo/issues/2063). I noticed this a while ago and have always run the command from a fresh clone since then. To avoid the need for that, let's use the workaround mentioned on the bug, which is to explicitly list patterns we want to publish. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |