diff options
author | Mario <mario@mariovavti.com> | 2024-01-07 21:00:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-07 21:00:40 +0000 |
commit | f5b8b18c8e06084a7da1fa288673989264e15ed3 (patch) | |
tree | e797010cf0af6b371d1d8902cb2ff7a671b9a667 /.gitignore | |
parent | 6e5566f9c807aa271c74be48faf2cc85e7c4b1dd (diff) | |
parent | eaa244a2a3cb35efd5824cd346eddde2a6ac9755 (diff) | |
download | volse-hubzilla-f5b8b18c8e06084a7da1fa288673989264e15ed3.tar.gz volse-hubzilla-f5b8b18c8e06084a7da1fa288673989264e15ed3.tar.bz2 volse-hubzilla-f5b8b18c8e06084a7da1fa288673989264e15ed3.zip |
Merge branch 'tests/remove-behat' into 'dev'
Remove unused acceptance tests and dependencies
See merge request hubzilla/core!2082
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/ |