]> source.dussan.org Git - gitignore.git/commitdiff
Updated Zend Framework gitignore as per docs 1158/head
authorEddie Abou-Jaoude <eddie@jaoudestudios.com>
Thu, 31 Jul 2014 06:42:20 +0000 (07:42 +0100)
committerEddie Abou-Jaoude <eddie@jaoudestudios.com>
Thu, 31 Jul 2014 06:42:20 +0000 (07:42 +0100)
```
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

ZendFramework.gitignore

index cd248f5318f7a97ab160bb571462f5e36edb3fcd..005ba82bf93b6be9947fd183f69ab62bcc6d70cd 100644 (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