我對作曲家很陌生。但是直到現在,我一直在使用它沒有任何問題。我的問題是,每當我運行任何作曲家更新或安裝我的供應商文件夾下的所有文件進入我的未跟蹤的git列表中。我還有一個.gitignore來防止「供應商」被追蹤,但顯然沒有做到應該做的事情。下面是我的.gitignore文件。 # phpunit itself is not needed
phpunit.phar
# local phpuni
的情況下 我有一個.gitignore文件: node_modules
npm-debug.log
/index.js # this is a build output, I don't want it in the repo
而且一個package.json文件(只是相關部分): {
"main": "index.js",
"files": [
"index