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 6cee10b commit 5efda6aCopy full SHA for 5efda6a
src/cargo/sources/path.rs
@@ -339,7 +339,6 @@ impl<'cfg> PathSource<'cfg> {
339
let root = pkg.root();
340
let mut exclude_dot_files_dir_builder = GitignoreBuilder::new(root);
341
exclude_dot_files_dir_builder.add_line(None, ".*")?;
342
- exclude_dot_files_dir_builder.add_line(None, "*/.*/*")?;
343
let ignore_dot_files_and_dirs = exclude_dot_files_dir_builder.build()?;
344
345
let mut filter_ignore_dot_files_and_dirs = |path: &Path| -> CargoResult<bool> {
0 commit comments