Browse Source

Merge pull request #886 from acelaya/zf2

Zend Framework 2 gitignore file
Carl Suster 11 years ago
parent
commit
561bd5d267
1 changed files with 18 additions and 3 deletions
  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