Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include dotfiles in the deployment by default
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 tschaub#315, has caused issues for many users. This PR changes the default to true making this behaviour opt-in.
- Loading branch information