mirror of
https://github.com/retailcrm/url-validator.git
synced 2025-04-10 12:30:58 +00:00
21 lines
271 B
Text
21 lines
271 B
Text
# 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
|