1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/.gitignore
Кривич Сергей 1c68383869 Update .gitignore
2022-10-21 13:50:39 +03:00

35 lines
417 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
.docker
docker*
Makefile