We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0555ad9 commit 286cccfCopy full SHA for 286cccf
.gitignore
@@ -2,6 +2,10 @@
2
test.*
3
# Don't update the database file, as it points to the beta database
4
includes/db.connect.inc.php
5
-.idea
6
-# Don't track openid.php, as this is a library
7
-includes/openid.php
+
+composer.phar
+/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