1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.gitignore
2021-06-02 17:00:32 +03:00

31 lines
391 B
Plaintext

# Composer files.
/vendor
composer.lock
composer.phar
# Code Quality tools artifacts.
coverage.xml
test-report.xml
phpunit.xml
.php_cs.cache
.phpunit.result.cache
# phpDocumentor files.
.phpdoc
docs
phpDocumentor.phar
# Ignore autogenerated code.
models/*.php
models/checksum.json
# Different environment-related files.
.idea
.DS_Store
.settings
.buildpath
.project
.swp
/nbproject
.env