ironstar-io / tokaido

Zero-conf Drupal Local Development Environments with Docker
https://tokaido.io
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

Make xdebug a global setting rather than a project setting #161

Closed ironmike-au closed 5 years ago

ironmike-au commented 5 years ago

Currently when one developer wants to use xdebug and pushes the config.yml file up to their repo, all other developers get lumped with that setting.

Change the xdebug behaviour so it is a global-level setting per-project, rather than a project-level setting that is shared amongst users.