You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
It would be a nice feature either as part of config or in an automated way to sync the global gitignore file (often at ~/.gitignore_global) from the host machine to the vm. If you're using PHPStorm on a project for example, and you've configured your host machine's global gitignore file to ignore .idea/ you'll see that a git status in the projec on the drupal-vm asks you if you want to add the gitignore file
The text was updated successfully, but these errors were encountered:
That'll do for this specific scenario. I'm happy to submit a PR for it if you'd like. I'm also happy to look into a more robust solution that would either allow you to define it in configuration, or would port over your host global git config file 👍
It would be a nice feature either as part of config or in an automated way to sync the global gitignore file (often at
~/.gitignore_global
) from the host machine to the vm. If you're using PHPStorm on a project for example, and you've configured your host machine's global gitignore file to ignore.idea/
you'll see that agit status
in the projec on the drupal-vm asks you if you want to add the gitignore fileThe text was updated successfully, but these errors were encountered: