Skip to content

Commit 561bd5d

Browse files
committed
Merge pull request #886 from acelaya/zf2
Zend Framework 2 gitignore file
2 parents 405aa0b + ee1c7c0 commit 561bd5d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

ZendFramework.gitignore

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
INSTALL.txt
2-
LICENSE.txt
3-
README.txt
1+
# Composer files
2+
composer.phar
3+
vendor/
4+
5+
# Local configs
6+
config/autoload/*local.php
7+
8+
# Binary gettext files
9+
*.po
10+
11+
# Data
12+
log/
13+
logs/
14+
cache/
15+
temp/
16+
tmp/
17+
18+
# ZF1
419
demos/
520
extras/documentation

0 commit comments

Comments
 (0)