Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: scan dotfiles in source paths #253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: scan dotfiles in source paths #253

wants to merge 1 commit into from

Conversation

danielroe
Copy link
Member

resolves nuxt/module-builder#400

Might be worth more discussion about whether this is desired, or a breaking change.

(Nevertheless it should be possible to override by using an array pattern syntax to exclude files matching a dot pattern. Alternatively, we could allow configuring glob options more specifically - but it feels like the pattern syntax is a safer API.)

@danielroe danielroe requested a review from pi0 October 17, 2024 07:48
@danielroe danielroe self-assigned this Oct 17, 2024
@pi0
Copy link
Member

pi0 commented Oct 18, 2024

I would suggest add gitignore for some of the known dot files. Or ideally parse .gitignore to avoid unwanted behavior or at least reduce them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nuxt-module-build does not handle folders starting with . inside src/runtime during optimizations and building
2 participants