44 строки
414 B
Plaintext
44 строки
414 B
Plaintext
# Composer
|
|
composer.phar
|
|
/lib/Vendor
|
|
/vendor/
|
|
/vendor-bin/*/vendor
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
|
|
# test coverage
|
|
tests/clover*.xml
|
|
|
|
# Node.js modules
|
|
node_modules/
|
|
|
|
/js
|
|
|
|
# packaged app
|
|
build/artifacts
|
|
|
|
# NetBeans project
|
|
nbproject/
|
|
|
|
translations.js
|
|
|
|
# JS coverage
|
|
coverage/
|
|
|
|
# vim
|
|
.*.sw?
|
|
|
|
|
|
# PHPunit temp file
|
|
tests/.phpunit.result.cache
|
|
|
|
/.php_cs.cache
|
|
/.php-cs-fixer.cache
|
|
|
|
# VSCode / VSCodium
|
|
.vscode/
|
|
|
|
# PhpStorm
|
|
.idea
|