Skip to content

Instantly share code, notes, and snippets.

@leymannx
Last active January 28, 2020 10:08
Embed
What would you like to do?
Drupal Composer prevent .htaccess or development.services.yml from being overwritten using drupal/core-composer-scaffold
"drupal-scaffold": {
"locations": {
"web-root": "web/"
},
"file-mapping": {
"[web-root]/.htaccess": false,
"[web-root]/sites/development.services.yml": false
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment