diff options
author | Alejandro Celaya <alejandro@calat.com> | 2013-12-03 14:47:58 +0100 |
---|---|---|
committer | Alejandro Celaya <alejandro@calat.com> | 2013-12-03 14:47:58 +0100 |
commit | 34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b (patch) | |
tree | e892d30672834d8893e3ea96bd26fca248abc2a5 | |
parent | 7b684c28663c20a287d67b2879db83957391c23b (diff) | |
download | gitignore-34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b.tar.gz gitignore-34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b.zip |
Created Zend Framework 2 gitignore file
-rw-r--r-- | ZendFramework2.gitignore | 22 |
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 |