aboutsummaryrefslogtreecommitdiffstats
path: root/ZendFramework.gitignore
blob: cd248f5318f7a97ab160bb571462f5e36edb3fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Composer files
composer.phar
vendor/

# Local configs
config/autoload/*local.php

# Binary gettext files
*.po

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

# ZF1
demos/
extras/documentation