]> source.dussan.org Git - gitignore.git/commitdiff
Created Zend Framework 2 gitignore file
authorAlejandro Celaya <alejandro@calat.com>
Tue, 3 Dec 2013 13:47:58 +0000 (14:47 +0100)
committerAlejandro Celaya <alejandro@calat.com>
Tue, 3 Dec 2013 13:47:58 +0000 (14:47 +0100)
ZendFramework2.gitignore [new file with mode: 0644]

diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore
new file mode 100644 (file)
index 0000000..645d931
--- /dev/null
@@ -0,0 +1,22 @@
+# License and readme
+INSTALL*
+LICENSE*
+README*
+
+# Composer files
+composer.lock
+composer.phar
+vendor/
+
+# Local configs
+config/autoload/*local.php
+
+# Binary gettext files
+*.po
+
+# Data
+log/
+logs/
+cache/
+temp/
+tmp/
\ No newline at end of file