diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-09-26 07:29:28 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-09-26 07:29:28 +0000 |
commit | 9b04db8503c2cf4501bf88d588e2b901916c7490 (patch) | |
tree | efbee82944e1a297a474edecb406e084e154cedd /Postman/Postman-Mail/sendgrid/vendor | |
parent | caa73945f9fe69875171ea2aade2c53e60b21bbe (diff) | |
download | Post-SMTP-9b04db8503c2cf4501bf88d588e2b901916c7490.zip |
2.0.5 released - Few notifications errors, export logs and minor improvements
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.gitignore | 11 | ||||
-rw-r--r-- | Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.gitignore | 19 |
2 files changed, 0 insertions, 30 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.gitignore b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.gitignore deleted file mode 100644 index b90ffc5..0000000 --- a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -# Composer -vendor/ -*.phar -*.lock - -# Jetbrains Idea -*.old -.idea/ - -# Environment files -.env/*.*
\ No newline at end of file diff --git a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.gitignore b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.gitignore deleted file mode 100644 index efe514c..0000000 --- a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.gitignore +++ /dev/null @@ -1,19 +0,0 @@ -test/coverage/* -dist/ -composer.lock -vendor -.env -sendgrid.env -composer.phar -.editorconfig -test.php -.idea/ -test/prism_linux_amd64 -test/prism/* -!test/prim -*.code-workspace -.vscode -prism* -temp.php -example*.php -TODO.txt |