Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mparker17/drupal-lando_snippets

Snippets to use in .lando.yml or .lando.local.yml files.
https://github.com/mparker17/drupal-lando_snippets

drupal lando snippets

Last synced: about 2 months ago
JSON representation

Snippets to use in .lando.yml or .lando.local.yml files.

Awesome Lists containing this project

README

        

# drupal-lando_snippets

Snippets to use in `.lando.yml` or `.lando.local.yml` files.

Use these to construct lando configurations.

Don't forget to ignore the local Lando overrides file...

```
echo '/.lando.local.yml' | tee -a .gitignore
```

If you don't want to commit lando files at all...

```
echo '/.lando.yml' | tee -a .git/info/exclude
echo '/.lando.local.yml' | tee -a .git/info/exclude
```