From edfa57490686fc71a09f12a0aa333ee3784c43f4 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Mon, 9 Sep 2024 19:56:49 -0400 Subject: [PATCH] Added gitattributes, updated gitignore Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- .gitattributes | 11 +++++++++++ .gitignore | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae9409e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/docs/ export-ignore +/phpcs.xml export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore +/psalm.baseline.xml export-ignore +/test/ export-ignore +/.docheader export-ignore +/.php-cs-fixer.php export-ignore diff --git a/.gitignore b/.gitignore index 0c5001f..a86fbe1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ vendor composer.lock .idea -.php_cs.cache +.phpcs-cache build .phpunit.result.cache /.phpunit.cache