aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Celaya <alejandro@calat.com>2013-12-03 14:47:58 +0100
committerAlejandro Celaya <alejandro@calat.com>2013-12-03 14:47:58 +0100
commit34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b (patch)
treee892d30672834d8893e3ea96bd26fca248abc2a5
parent7b684c28663c20a287d67b2879db83957391c23b (diff)
downloadgitignore-34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b.tar.gz
gitignore-34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b.zip
Created Zend Framework 2 gitignore file
-rw-r--r--ZendFramework2.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore
new file mode 100644
index 00000000..645d9318
--- /dev/null
+++ b/ZendFramework2.gitignore
@@ -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