Commit 08fad705 authored by Carl Suster's avatar Carl Suster

Merge pull request #1158 from eddiejaoude/patch-1

Updated Zend Framework gitignore as per docs
parents 978588d7 d91e30ac
...@@ -3,18 +3,18 @@ composer.phar ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment