diff options
author | Unknwon <u@gogs.io> | 2015-07-09 19:46:42 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-09 19:46:42 +0800 |
commit | eb0f0710f070eb24cdf4243023eb010451525159 (patch) | |
tree | 69a0ce83cb56998afbf73c5bd8e106572f6176dd /conf/gitignore/PHP ZendFramework | |
parent | a2a9e151f8e6d0968035b61d034704fb7b34d3e5 (diff) | |
download | gitea-eb0f0710f070eb24cdf4243023eb010451525159.tar.gz gitea-eb0f0710f070eb24cdf4243023eb010451525159.zip |
add more gitignores
Diffstat (limited to 'conf/gitignore/PHP ZendFramework')
-rw-r--r-- | conf/gitignore/PHP ZendFramework | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/gitignore/PHP ZendFramework b/conf/gitignore/PHP ZendFramework new file mode 100644 index 0000000000..3fbc97334c --- /dev/null +++ b/conf/gitignore/PHP ZendFramework @@ -0,0 +1,20 @@ +# 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/ + +# Legacy ZF1 +demos/ +extras/documentation |