We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697acdd commit 6792ab5Copy full SHA for 6792ab5
install.yaml
@@ -30,6 +30,7 @@ post_install_actions:
30
- cp core-dev/gitignore ../vendor/.gitignore
31
- cp core-dev/gitignore ../sites/simpletest/.gitignore
32
- cp core-dev/gitignore ../sites/default/files/.gitignore
33
+ - touch .git/info/exclude
34
- |
35
if ! grep -q "\/sites\/default\/settings.php" ../.git/info/exclude; then
36
echo "/sites/default/settings.php" >> ../.git/info/exclude
0 commit comments