-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-newS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.
Description
Describe the problem you are trying to solve
When creating a new cargo project using the cargo new
subcommand inside an existing git repository, cargo does not create a .gitignore
file. That way, also the target
directory will be tracked by git.
Describe the solution you'd like
Even if a new project is created inside another git repository, the .gitignore
file should still be created
dsolisherrera, collin5, dgruzd, Philipp-M, patrickshan and 22 more
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-newS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.