From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- options/gitignore/ZendFramework | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 options/gitignore/ZendFramework (limited to 'options/gitignore/ZendFramework') diff --git a/options/gitignore/ZendFramework b/options/gitignore/ZendFramework new file mode 100644 index 0000000..f0b7d85 --- /dev/null +++ b/options/gitignore/ZendFramework @@ -0,0 +1,24 @@ +# Composer files +composer.phar +vendor/ + +# Local configs +config/autoload/*.local.php + +# Binary gettext files +*.mo + +# Data +data/logs/ +data/cache/ +data/sessions/ +data/tmp/ +temp/ + +#Doctrine 2 +data/DoctrineORMModule/Proxy/ +data/DoctrineORMModule/cache/ + +# Legacy ZF1 +demos/ +extras/documentation -- cgit v1.2.3