Files
roundcubemail/.gitignore
till f2bc8599f8 Ignore plugin_manager plugin.
Allow packagist.
2012-10-29 00:08:40 +01:00

16 lines
247 B
Plaintext

# ignore files added to these directories
logs/*
temp/*
config/*
plugins/*/config.inc.php
# this is for the sample plugin (via composer)
plugins/rcsample
plugins/plugin_manager
# composer-related
composer.json
composer.phar
composer.lock
vendor