mirror of
https://github.com/github/gitignore.git
synced 2026-04-04 20:25:00 +00: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.
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext