Ken Schaefer
2 years ago
commit
35df51f3e6
2 changed files with 28 additions and 0 deletions
@ -0,0 +1,26 @@
|
||||
# ---> ZendFramework |
||||
# Composer files |
||||
composer.phar |
||||
vendor/ |
||||
|
||||
# Local configs |
||||
config/autoload/*.local.php |
||||
|
||||
# Binary gettext files |
||||
*.mo |
||||
|
||||
# Data |
||||
data/logs/ |
||||
data/cache/ |
||||
data/sessions/ |
||||
data/tmp/ |
||||
temp/ |
||||
|
||||
#Doctrine 2 |
||||
data/DoctrineORMModule/Proxy/ |
||||
data/DoctrineORMModule/cache/ |
||||
|
||||
# Legacy ZF1 |
||||
demos/ |
||||
extras/documentation |
||||
|
Loading…
Reference in new issue