diff options
author | Mario <mario@mariovavti.com> | 2024-03-22 08:37:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-22 08:37:29 +0000 |
commit | 1aeb05628b6a2a069c46980efbe628362c9e3e74 (patch) | |
tree | e9aed15d0cd74e0c23dcb05c7be8fe9541efdf36 /.gitignore | |
parent | 5b7387459cf4de8f7354d81cb0392c4225714d94 (diff) | |
parent | b464fae3bf22585888c5f3def8eded76fd48ed16 (diff) | |
download | volse-hubzilla-9.0.tar.gz volse-hubzilla-9.0.tar.bz2 volse-hubzilla-9.0.zip |
Merge branch '9.0RC'9.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c77ee0466..878f33f67 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ doc/html/ # external repositories for themes/addons extend/ # files generated by phpunit +tests/.cache +tests/.phpunit.result.cache tests/results/ ## exclude IDE files @@ -78,5 +80,36 @@ composer.phar vendor/**/tests/ vendor/**/Test/ vendor/sabre/*/examples/ + +# Exclude dev dependencies +vendor/bin/pdepend +vendor/bin/php-parse +vendor/bin/phpcbf +vendor/bin/phpcs +vendor/bin/phpmd +vendor/bin/phpunit +vendor/composer/pcre/ +vendor/composer/xdebug-handler/ +vendor/dms/ +vendor/doctrine/ +vendor/myclabs/ +vendor/nikic/ +vendor/pdepend/ +vendor/phar-io/ +vendor/php-mock/ +vendor/phpmd/ +vendor/phpunit/ +vendor/psr/container/ +vendor/sebastian/ +vendor/squizlabs/ +vendor/symfony/config/ +vendor/symfony/dependency-injection/ +vendor/symfony/deprecation-contracts/ +vendor/symfony/filesystem/ +vendor/symfony/polyfill-ctype/ +vendor/symfony/polyfill-mbstring/ +vendor/symfony/polyfill-php80/ +vendor/symfony/service-contracts/ +vendor/theseer/ # /info is a directory containing site-specific HTML documents /info/ |