1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 21:57:58 +02:00

Merge pull request #886 from acelaya/zf2

Zend Framework 2 gitignore file
This commit is contained in:
Carl Suster 2014-05-11 21:05:46 +10:00
commit 561bd5d267

View File

@ -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