From f03dda03726d7125ca282496d1527721ea7a36da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 26 Jun 2020 02:19:07 -0400 Subject: [PATCH] Add instructions to grab a .gitignore file also or first composer update and ... yeah, a lot. --- creating-new-drutopia-site.md | 1 + 1 file changed, 1 insertion(+) diff --git a/creating-new-drutopia-site.md b/creating-new-drutopia-site.md index 96b6231..8287a40 100644 --- a/creating-new-drutopia-site.md +++ b/creating-new-drutopia-site.md @@ -45,6 +45,7 @@ Once you have created and are in this directory, whether `agaric/sites` or `drut ``` wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.json +wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore ddev config --docroot=web --project-type=drupal8 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.3 --xdebug-enabled=true --use-dns-when-possible=false ```