We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75712e1 commit 9f96d7bCopy full SHA for 9f96d7b
src/cargo/ops/vendor.rs
@@ -326,7 +326,7 @@ fn cp_sources(
326
// the time and if we respect them (e.g. in git) then it'll
327
// probably mess with the checksums when a vendor dir is checked
328
// into someone else's source control
329
- Some(".gitattributes") | Some(".gitignore") | Some(".git") => continue,
+ Some(".gitattributes" | ".gitignore" | ".git") => continue,
330
331
// Temporary Cargo files
332
Some(".cargo-ok") => continue,
0 commit comments