Skip to content

Commit 286cccf

Browse files
committed
Update .gitignore to include ignored composer files. Also removed openid.php, as this is being replaced by composer.
1 parent 0555ad9 commit 286cccf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.gitignore

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
test.*
33
# Don't update the database file, as it points to the beta database
44
includes/db.connect.inc.php
5-
.idea
6-
# Don't track openid.php, as this is a library
7-
includes/openid.php
5+
6+
composer.phar
7+
/vendor/
8+
9+
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
10+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
11+
x# composer.lock

0 commit comments

Comments
 (0)