Last active
January 28, 2020 10:08
-
-
Save leymannx/e0b7aa764eb5e735562725775c2a0cc0 to your computer and use it in GitHub Desktop.
Drupal Composer prevent .htaccess or development.services.yml from being overwritten using drupal/core-composer-scaffold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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