mail/.gitignore

36 строки
324 B
Plaintext

# Composer
composer.phar
/lib/Vendor
/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