diff options
author | Christian Riesen <chris.riesen@gmail.com> | 2016-04-11 13:07:28 +0200 |
---|---|---|
committer | Christian Riesen <chris.riesen@gmail.com> | 2016-04-11 13:07:28 +0200 |
commit | 5c259a2108cccbbda5334a6f992af7c92094981f (patch) | |
tree | a3a0c51bebcbe0b493ef6c7dc54fab65adce5bea | |
parent | 20a539ce6280eb029030f4e7caefd5709a75e1ad (diff) | |
download | otp-5c259a2108cccbbda5334a6f992af7c92094981f.zip otp-5c259a2108cccbbda5334a6f992af7c92094981f.tar.gz otp-5c259a2108cccbbda5334a6f992af7c92094981f.tar.bz2 |
Add composer.lock and vendor to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ /.buildpath /.project /.settings - +/composer.lock +/vendor/ |