2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 112 forks source link

.git folder #34

Closed sajtosnorbert closed 9 years ago

sajtosnorbert commented 9 years ago

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.

tonydspaniard commented 9 years ago

We don't, we normally use composer install on servers.

creocoder commented 9 years ago

@tonydspaniard I think we can close it since question is not relevant to extension itself.