Skip to content

Commit 6792ab5

Browse files
committed
Make sure .git/info/exclude exists
1 parent 697acdd commit 6792ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ post_install_actions:
3030
- cp core-dev/gitignore ../vendor/.gitignore
3131
- cp core-dev/gitignore ../sites/simpletest/.gitignore
3232
- cp core-dev/gitignore ../sites/default/files/.gitignore
33+
- touch .git/info/exclude
3334
- |
3435
if ! grep -q "\/sites\/default\/settings.php" ../.git/info/exclude; then
3536
echo "/sites/default/settings.php" >> ../.git/info/exclude

0 commit comments

Comments
 (0)