I am tríing to install my vendor folder on a shared hosting server, so only ftp is available.
My solution is to use an own git repository for all the files I need in production and then use git-ftp to upload changes.
My problem is that in your extension folder there is an other .git folder, so I can't push this to my bitbucket repository.
Is there any way to ignore the .git folder somehow (ex. in the .gitignore file)?
Or do you have a working solution, how to deploy vendor folder on shared hosing?
Hi!
I am tríing to install my vendor folder on a shared hosting server, so only ftp is available. My solution is to use an own git repository for all the files I need in production and then use git-ftp to upload changes.
My problem is that in your extension folder there is an other .git folder, so I can't push this to my bitbucket repository.
Is there any way to ignore the .git folder somehow (ex. in the .gitignore file)? Or do you have a working solution, how to deploy vendor folder on shared hosing?
Thanks, Norbert.