浏览代码

Merge pull request #886 from acelaya/zf2

Zend Framework 2 gitignore file
Carl Suster 11 年之前
父节点
当前提交
561bd5d267
共有 1 个文件被更改,包括 18 次插入3 次删除
  1. 18 3
      ZendFramework.gitignore

+ 18 - 3
ZendFramework.gitignore

@@ -1,5 +1,20 @@
-INSTALL.txt
-LICENSE.txt
-README.txt
+# Composer files
+composer.phar
+vendor/
+
+# Local configs
+config/autoload/*local.php
+
+# Binary gettext files
+*.po
+
+# Data
+log/
+logs/
+cache/
+temp/
+tmp/
+
+# ZF1
 demos/
 extras/documentation