Skip to content

Commit e0baa57

Browse files
committed
Merge pull request #743 from hkdobrev/master
Add Composer.gitignore for composer packages
2 parents 35c6da6 + 3932f1f commit e0baa57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Composer.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
composer.phar
2+
vendor/
3+
4+
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
5+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6+
# composer.lock

0 commit comments

Comments
 (0)