mirror of
https://github.com/retailcrm/url-validator.git
synced 2024-11-21 20:56:07 +03:00
22 lines
271 B
Plaintext
22 lines
271 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
|
|
|
|
# Different environment-related files.
|
|
.idea
|
|
.DS_Store
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
.swp
|
|
/nbproject
|
|
.env
|