tschaub / gh-pages

General purpose task for publishing files to a gh-pages branch on GitHub
https://www.npmjs.com/package/gh-pages
MIT License
3.25k stars 190 forks source link

fix: include dotfiles in the deployment by default #575

Open aminya opened 2 months ago

aminya commented 2 months ago

Whenever a user specifies a directory, they expect the dotfiles to be served as they exist on the file system. No web standards or conventions specifies otherwise. The previous default was surprising and as you see in the issue #315, has caused issues for many users.

This PR changes the default to true making this behaviour opt-in.