git忽略Zend Framework 2中的供应商目录

时间:2014-03-03 17:14:50

标签: php git zend-framework2

所有

我在“vendor”目录中有一个模块。我不想检查供应商目录中的任何内容。所以,我改变了我的.gitIgnore文件:

nbproject
._*
.~lock.*
.buildpath
.DS_Store
.idea
.project
.settings
composer.lock
vendor

但是,git仍然认为供应商目录已修改并要求我检查它。

我该如何解决这个问题?

由于

1 个答案:

答案 0 :(得分:0)

您应该将目录添加到.gitignore目录,然后添加“/".

tim@roflcopter ~/htdocs/laravel $ cat .gitignore | grep vendor/
vendor/