diff options
author | Brendan Abbott <brendan@vuid.com> | 2014-11-13 11:56:25 +1000 |
---|---|---|
committer | Brendan Abbott <brendan@vuid.com> | 2014-11-13 11:56:25 +1000 |
commit | 39c1f1b5a902c495719c20ce907719e5e6311204 (patch) | |
tree | b97aa58ba101151ff3541ba00b2a9637a884871c | |
parent | 0cc1ae69c2040c6afd4c0bfc30fae727ccfb016f (diff) | |
download | php-jwt-39c1f1b5a902c495719c20ce907719e5e6311204.zip php-jwt-39c1f1b5a902c495719c20ce907719e5e6311204.tar.gz php-jwt-39c1f1b5a902c495719c20ce907719e5e6311204.tar.bz2 |
Add a .gitignore file for the vendor/ directory
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor |