Important dotfiles are ignored (.htaccess, .bolt.yml)
Open
- Dominant language
- PHP
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When building the catalogue before uploading, dotfiles are ignored because of the call to `ignoreDotFiles()` [src/Deployer.php#L239](https://github.com/bolt/simple-deploy/blob/master/src/Deployer.php#L236).
We need to whitelist some of them, which are essential to the general functioning of the website: `.htaccess` and `.bolt.yml`. There might be others.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.