Skip to content

fix: ignore specific system files in bundleless entry config#1384

Merged
Timeless0911 merged 2 commits intomainfrom
fix/ignore-store
Dec 9, 2025
Merged

fix: ignore specific system files in bundleless entry config#1384
Timeless0911 merged 2 commits intomainfrom
fix/ignore-store

Conversation

@Timeless0911
Copy link
Copy Markdown
Contributor

Summary

Ignore specific system files (.DS_Store, Thumbs.db) in entry config

image

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings December 9, 2025 07:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an issue where system files (.DS_Store on macOS and Thumbs.db on Windows) were being incorrectly picked up as entry files in bundleless mode, causing build errors.

Key Changes

  • Added ignore option to glob configuration to filter out .DS_Store and Thumbs.db system files
  • Prevents these OS-specific metadata files from being treated as source entry files during glob pattern resolution
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@netlify
Copy link
Copy Markdown

netlify bot commented Dec 9, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 3fe4ea2
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/6937d439468ba40008d28db8
😎 Deploy Preview https://deploy-preview-1384--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Timeless0911 Timeless0911 merged commit d8c201a into main Dec 9, 2025
16 checks passed
@Timeless0911 Timeless0911 deleted the fix/ignore-store branch December 9, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants