geoPHP
geoPHP copied to clipboard
.gitignore is breaking drupal git deployment
Hi, at .gitignore you have: /vendor which is an absolute path, and is targeting all drupal vendor folder
Hi @calbasi -
/vendor is a pretty standard inclusion in the .gitignore file. Even in the top level root directory of your app.
but even then - how would this break your git deployment? Are you using composer?