aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2025-02-13 16:02:35 +0100
committerHarald Eilertsen <haraldei@anduin.net>2025-02-13 16:02:35 +0100
commit33b78a49430f668f2d4fe28b87e14df2b64550b2 (patch)
tree0ed6a41060ea971206eb8b0e6489a76228255551 /.gitignore
parent8d8a7f44e193f48ee3e2ea39ead128fae53ff4fd (diff)
downloadvolse-hubzilla-33b78a49430f668f2d4fe28b87e14df2b64550b2.tar.gz
volse-hubzilla-33b78a49430f668f2d4fe28b87e14df2b64550b2.tar.bz2
volse-hubzilla-33b78a49430f668f2d4fe28b87e14df2b64550b2.zip
Exclude test results and PHPStan from git
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 878f33f67..0a7dcde8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,9 +48,10 @@ doc/html/
.zotshrc
# external repositories for themes/addons
extend/
-# files generated by phpunit
+
+# exclude test results and cache
tests/.cache
-tests/.phpunit.result.cache
+tests/.phpunit*
tests/results/
## exclude IDE files
@@ -67,7 +68,6 @@ nbproject/
# PHPStorm
.idea/
-
## composer
# locally installed composer binary
composer.phar
@@ -87,6 +87,7 @@ vendor/bin/php-parse
vendor/bin/phpcbf
vendor/bin/phpcs
vendor/bin/phpmd
+vendor/bin/phpstan*
vendor/bin/phpunit
vendor/composer/pcre/
vendor/composer/xdebug-handler/
@@ -98,6 +99,7 @@ vendor/pdepend/
vendor/phar-io/
vendor/php-mock/
vendor/phpmd/
+vendor/phpstan
vendor/phpunit/
vendor/psr/container/
vendor/sebastian/