mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Merge pull request #1158 from eddiejaoude/patch-1
Updated Zend Framework gitignore as per docs
This commit is contained in:
commit
08fad70559
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user