Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 327 Bytes

prevent-ignoring-other-directories-with-same-name.md

File metadata and controls

9 lines (5 loc) · 327 Bytes

.gitignore is ignoring other directories with the same name

From the docs for Git Ignore

A leading slash matches the beginning of the pathname.

For example, /*.c matches cat-file.c but not mozilla-sha1/sha1.c.

Try changing vendor/ to /vendor/