Skip to content

Commit 19d0f75

Browse files
authored
Include .gitignore in composer create-project (#490)
Without .gitignore in the package, git doesn't know what to ignore and vendor/ gets committed when users initialize their repository.
2 parents b21aa70 + fe49d92 commit 19d0f75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.editorconfig export-ignore
33
/.gitattributes export-ignore
44
/.github export-ignore
5-
/.gitignore export-ignore
65
/behat.yml.dist export-ignore
76
/docker-compose.yml export-ignore
87
/docs export-ignore

0 commit comments

Comments
 (0)