forked from bigbluebutton/bigbluebutton-api-php
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
34 lines (27 loc) · 835 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
composer.phar
/vendor/
.DS_Store
## Directory-based project format:
.idea/
/nbproject
# PHP CS Fixer cache file
.php_cs.cache
cghooks.lock
# PHPUnit reports (for convenience when working locally)
reports
# PHPUnit result cache
.phpunit.result.cache
# Local environment variables
/.env.local
/.env.*.local
# Composer lock file
#
# The library does not locks down the dependencies for several reasons:
#
# * In the outer world, the lock is not effective. Only the lock of the requiring application is accounted.
# * It makes it hard, to run the library with its deps in the CI as when running `composer require` under PHP 8.1,
# an incompatible lock file is created which is unsuable unter PHP 7.x.
#
# See https://github.com/littleredbutton/bigbluebutton-api-php/pull/115 for the discussion.
/composer.lock
/Makefile.iservmake