From 11d01f7c3f5dfeb6d2523002c809948c422f4272 Mon Sep 17 00:00:00 2001 From: Chris Lightfoot-Wild Date: Tue, 22 Aug 2023 23:28:58 +0100 Subject: [PATCH] Laravel contrib: packaging preparation. (#187) --- .gitattributes | 13 +++++++++++++ .gitignore | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b62fc69 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +* text=auto + +*.md diff=markdown +*.php diff=php + +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.php export-ignore +/docker-compose.yml export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml.dist export-ignore +/tests export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d19942e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/tests/bootstrap/cache/ +/tests/storage/ +/vendor/