aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/http/.gitignore
blob: d291af69a2a783790b7055964a311395a19f9e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Composer
vendor/
composer.lock

# Tests
tests/cov/

# phpunit cache
.phpunit.result.cache

# Composer binaries
bin/phpunit*
bin/phpcs*
bin/php-cs-fixer*
bin/phpstan
bin/phpstan.phar

# Vim
.*.swp

# development stuff
/.idea
.php_cs.cache