diff options
author | yehuda <yehuda@myinbox.in> | 2019-05-16 17:31:26 +0300 |
---|---|---|
committer | yehuda <yehuda@myinbox.in> | 2019-05-16 17:31:26 +0300 |
commit | a163c98994e303253b61a03b96b37a5ec048ea44 (patch) | |
tree | 966261fdfad77dc9239dbe85ffe0d96a34e2a80c /Postman/Postman-Mail/sendgrid/.gitignore | |
parent | 6b0c4d5d97cac613ad8218fc9f0779eec63c28e3 (diff) | |
download | Post-SMTP-a163c98994e303253b61a03b96b37a5ec048ea44.zip |
add sendgrid-php-client
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/.gitignore')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Postman/Postman-Mail/sendgrid/.gitignore b/Postman/Postman-Mail/sendgrid/.gitignore index 6df0272..4903138 100644 --- a/Postman/Postman-Mail/sendgrid/.gitignore +++ b/Postman/Postman-Mail/sendgrid/.gitignore @@ -1,7 +1,7 @@ test/coverage/* examples/* -dist/ -composer.lock -vendor +vendor/**/test/* +vendor/**/*.md +vendor/**/*.sh +vendor/**/*.yml .env* -sendgrid-php.php |