Merge pull request #886 from acelaya/zf2
Zend Framework 2 gitignore file
This commit is contained in:
commit
561bd5d267
@ -1,5 +1,20 @@
|
|||||||
INSTALL.txt
|
# Composer files
|
||||||
LICENSE.txt
|
composer.phar
|
||||||
README.txt
|
vendor/
|
||||||
|
|
||||||
|
# Local configs
|
||||||
|
config/autoload/*local.php
|
||||||
|
|
||||||
|
# Binary gettext files
|
||||||
|
*.po
|
||||||
|
|
||||||
|
# Data
|
||||||
|
log/
|
||||||
|
logs/
|
||||||
|
cache/
|
||||||
|
temp/
|
||||||
|
tmp/
|
||||||
|
|
||||||
|
# ZF1
|
||||||
demos/
|
demos/
|
||||||
extras/documentation
|
extras/documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user