mirror of
https://github.com/vale981/gitignore
synced 2025-03-07 02:48:35 -05:00
Merge pull request #1158 from eddiejaoude/patch-1
Updated Zend Framework gitignore as per docs
This commit is contained in:
commit
08fad70559
1 changed files with 6 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue