Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mparker17/drupal-lando_snippets
- Owner: mparker17
- License: gpl-2.0
- Created: 2019-04-23T12:51:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T15:01:02.000Z (about 5 years ago)
- Last Synced: 2024-11-03T00:42:11.626Z (3 months ago)
- Topics: drupal, lando, snippets
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```