소스 검색

Incorrect Dir Path

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.
pull/1773/head
Julien Liabeuf 8 년 전
부모
커밋
5bb4e85357
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Composer.gitignore

+ 1
- 1
Composer.gitignore 파일 보기

@@ -1,5 +1,5 @@
composer.phar
vendor/
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

Loading…
취소
저장