我在drupal中使用imgix模块,它依赖于composer。当我运行命令drush composer-manage install
时,我可以在供应商目录中看到imgix-php
(imgix库)。我已正确设置所有内容,并且在我的localhost中运行良好。现在我想将它们推入github。我看不到imgix-php
的文件在git中都没有添加,而github
中的文件是emty。然后我看到.gitignore
中有一个文件imgix-php
,其中写有vendor
。但是,我已经评论过了。但无法添加imgix-php
的任何文件。如果我注释了vendor
的{{1}}行并检查状态,则会显示为:
.gitignore
可以告诉我某人为什么我不能添加它们。
答案 0 :(得分:0)
使用
评论.gitignore文件后,您是否真的添加了imgix-php文件?git add /path/to/folder/*
或
git add --all /path/to/folder