diff options
-rw-r--r-- | cli/tools/registry/tar.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/registry/tar.rs b/cli/tools/registry/tar.rs index 6543fbf2e..2fdb60f63 100644 --- a/cli/tools/registry/tar.rs +++ b/cli/tools/registry/tar.rs @@ -60,6 +60,7 @@ pub fn create_gzipped_tarball( if !matches_pattern || path.file_name() == Some(OsStr::new(".git")) || path.file_name() == Some(OsStr::new("node_modules")) + || path.file_name() == Some(OsStr::new(".DS_Store")) { if file_type.is_dir() { iterator.skip_current_dir(); |