1
0
mirror of https://github.com/github/gitignore synced 2024-06-16 01:20:06 +02:00

Merge pull request #1158 from eddiejaoude/patch-1

Updated Zend Framework gitignore as per docs
This commit is contained in:
Carl Suster 2014-08-15 23:05:48 +10:00
commit 08fad70559

View File

@ -3,18 +3,18 @@ composer.phar
vendor/ vendor/
# Local configs # Local configs
config/autoload/*local.php config/autoload/*.local.php
# Binary gettext files # Binary gettext files
*.po *.po
# Data # Data
log/ data/logs/
logs/ data/cache/
cache/ data/sessions/
data/tmp/
temp/ temp/
tmp/
# ZF1 # Legacy ZF1
demos/ demos/
extras/documentation extras/documentation