aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/uri/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/uri/.gitignore')
-rw-r--r--vendor/sabre/uri/.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/sabre/uri/.gitignore b/vendor/sabre/uri/.gitignore
index b6fc3f896..4c8ac0855 100644
--- a/vendor/sabre/uri/.gitignore
+++ b/vendor/sabre/uri/.gitignore
@@ -2,8 +2,16 @@
vendor/
composer.lock
+# Composer binaries
+bin/phpunit
+bin/phpstan
+bin/phpstan.phar
+bin/php-cs-fixer
+
# Tests
tests/cov/
+tests/.phpunit.result.cache
+coverage.xml
# Composer binaries
bin
@@ -11,5 +19,8 @@ bin
# Vim
.*.swp
+# IDEs
+/.idea
+
# development stuff
.php_cs.cache