mirror of
https://github.com/github/gitignore.git
synced 2026-04-22 03:00:24 -04:00
When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory.
251 B
251 B