35 строки
312 B
Plaintext
35 строки
312 B
Plaintext
# Composer
|
|
composer.phar
|
|
/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
|