aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/.gitignore
blob: e9b0ed32f2adddf8885ef0d98e4b8cb15cc4a819 (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
24
# Composer stuff
vendor/
composer.lock
tests/cov/
tests/temp
tests/.phpunit.result.cache

#vim
.*.swp

#binaries
bin/phpunit
bin/php-cs-fixer
bin/phpstan
bin/phpstan.phar
bin/hoa

# Development stuff
testdata/
.php_cs.cache
.idea

# OS X
.DS_Store