From 178d9c2a5a79c8875a76464bec48689508eb08e9 Mon Sep 17 00:00:00 2001 From: Vasilij Dusko Date: Sun, 4 Apr 2021 10:26:24 +0300 Subject: [PATCH] * pull request #40696 --- src/Symfony/Component/Notifier/Bridge/LightSms/.gitattributes | 4 ++++ src/Symfony/Component/Notifier/Bridge/LightSms/.gitignore | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 src/Symfony/Component/Notifier/Bridge/LightSms/.gitattributes create mode 100644 src/Symfony/Component/Notifier/Bridge/LightSms/.gitignore diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/.gitattributes b/src/Symfony/Component/Notifier/Bridge/LightSms/.gitattributes new file mode 100644 index 0000000000..84c7add058 --- /dev/null +++ b/src/Symfony/Component/Notifier/Bridge/LightSms/.gitattributes @@ -0,0 +1,4 @@ +/Tests export-ignore +/phpunit.xml.dist export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/.gitignore b/src/Symfony/Component/Notifier/Bridge/LightSms/.gitignore new file mode 100644 index 0000000000..c49a5d8df5 --- /dev/null +++ b/src/Symfony/Component/Notifier/Bridge/LightSms/.gitignore @@ -0,0 +1,3 @@ +vendor/ +composer.lock +phpunit.xml