Created Zend Framework 2 gitignore file

This commit is contained in:
Alejandro Celaya 2013-12-03 14:47:58 +01:00
parent 7b684c2866
commit 34f93ffcbc
1 changed files with 22 additions and 0 deletions

22
ZendFramework2.gitignore Normal file
View File

@ -0,0 +1,22 @@
# 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/