Browse Source

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
pull/1158/head
Eddie Abou-Jaoude 10 years ago
parent
commit
d91e30aca9
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      ZendFramework.gitignore

+ 6
- 6
ZendFramework.gitignore View File

@@ -3,18 +3,18 @@ composer.phar
vendor/

# Local configs
config/autoload/*local.php
config/autoload/*.local.php

# Binary gettext files
*.po

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

# ZF1
# Legacy ZF1
demos/
extras/documentation

Loading…
Cancel
Save