-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Exclude non-included dotfiles regardless of the used VCS #16267
Copy link
Copy link
Open
Labels
A-edition-nextArea: may require a breaking change over an editionArea: may require a breaking change over an editionA-manifestArea: Cargo.toml issuesArea: Cargo.toml issuesC-enhancementCategory: enhancementCategory: enhancementCommand-packageCommand-publishS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Metadata
Metadata
Assignees
Labels
A-edition-nextArea: may require a breaking change over an editionArea: may require a breaking change over an editionA-manifestArea: Cargo.toml issuesArea: Cargo.toml issuesC-enhancementCategory: enhancementCategory: enhancementCommand-packageCommand-publishS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
Currently
cargo packagefollows the following rules:This handling is arguably inconsistent and results in surprising behavior such as inclusion of
.github/folder for one-crate repositories (e.g. see here).I suggest to remove the git exception and always exclude dotfiles which are not listed in the
includefield.Previous IRLO discussion: https://internals.rust-lang.org/t/23700