我的git在我的应用中工作正常,除了它不响应我的vendor/plugins/paperclip
目录。我可以在vendor/plugins/whatever
进行更改,git状态会显示,但不会在vendor/plugins/paperclip
中显示。我的.gitignore文件中只有gas log *和public/system
。我很难过......搜索谷歌&在IRC问道,但没有。有什么想法吗?
答案 0 :(得分:0)
您可能会重新阅读http://git-scm.com/docs/gitignore,然后检查是否存在备用.gitignore文件。
find . -name .gitignore
项目根目录中的可能会显示出一些内容。