aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/sabre/dav/.gitignore
blob: f287cca1af97fd751b981d4c02ee0da099df27b9 (plain) (tree)
1
2
3
4
5
6
7
8
            

               




                           


                     
     
     

          

             

                   

                   
            
















                                                     
             
# Unit tests
tests/temp
tests/.sabredav
tests/cov

# Custom settings for tests
tests/config.user.php

# PHPUnit test Cache
.phpunit.result.cache

# ViM
*.swp

# Composer
composer.lock
vendor

# Composer binaries
bin/vobject
bin/generate_vcards
bin/phpdocmd

# Assuming every .php file in the root is for testing
/*.php

# Other testing stuff
/tmpdata
/data
/public

# Build
build
build.properties

# Docs
docs/api
docs/wikidocs

.php_cs.cache