gitignore/ZendFramework2.gitignore
2013-12-03 14:51:50 +01:00

23 lines
211 B
Plaintext

# License and readme
INSTALL*
LICENSE*
README*
# Composer files
composer.lock
composer.phar
vendor/
# Local configs
config/autoload/*local.php
# Binary gettext files
*.po
# Data
log/
logs/
cache/
temp/
tmp/