diff options
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 |