Skip to content

Commit d91e30a

Browse files
committed
Updated Zend Framework gitignore as per docs
``` data/: This directory provides a place to store application data that is volatile and possibly temporary. The disturbance of data in this directory might cause the application to fail. Also, the information in this directory may or may not be committed to a subversion repository. Examples of things in this directory are session files, cache files, sqlite databases, logs and indexes. ``` As per docs... http://framework.zend.com/manual/2.3/en/ref/project.structure.html
1 parent 14b7566 commit d91e30a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ZendFramework.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ composer.phar
33
vendor/
44

55
# Local configs
6-
config/autoload/*local.php
6+
config/autoload/*.local.php
77

88
# Binary gettext files
99
*.po
1010

1111
# Data
12-
log/
13-
logs/
14-
cache/
12+
data/logs/
13+
data/cache/
14+
data/sessions/
15+
data/tmp/
1516
temp/
16-
tmp/
1717

18-
# ZF1
18+
# Legacy ZF1
1919
demos/
2020
extras/documentation

0 commit comments

Comments
 (0)