Browse Source

Merge pull request #1158 from eddiejaoude/patch-1

Updated Zend Framework gitignore as per docs
pull/1169/head
Carl Suster 9 years ago
parent
commit
08fad70559
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      ZendFramework.gitignore

+ 6
- 6
ZendFramework.gitignore View File

@@ -3,18 +3,18 @@ composer.phar
vendor/

# Local configs
config/autoload/*local.php
config/autoload/*.local.php

# Binary gettext files
*.po

# Data
log/
logs/
cache/
data/logs/
data/cache/
data/sessions/
data/tmp/
temp/
tmp/

# ZF1
# Legacy ZF1
demos/
extras/documentation

Loading…
Cancel
Save