-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[AssetMapper] Exclude dot files #52712
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
Conversation
🥇 🧞♂️ 🙇♂️ You're amazing, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
For me it should 100% be the default behaviour, as the files do change their "nature" (losing the "dotfile" type on the way). If it's not enabled per default, i'd like a commented (+explanation) setting in the configuration / recipe :) Thanks again for the quick reaction @weaverryan |
Thank you @weaverryan. |
This PR was merged into the 6.4 branch. Discussion ---------- CS: typo fix | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix typo | License | MIT appendix to #52712 Commits ------- 3c38467 CS: typo fix
See #52697. The biggest question is: should we do this? Is it enough to say "Hey! When you map an assets directory, EVERYTHING is published publicly?". Or should we be on the safe side and exclude dot files by default.
Cheers!