From b9a28fec685c38f289815fdf51942ab20b71c422 Mon Sep 17 00:00:00 2001 From: Enea Date: Wed, 9 Oct 2024 17:56:43 +0200 Subject: [PATCH] introduces gitattributes --- .gitattributes | 17 +++++++++++++++++ composer.json | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0801f14 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +* text eol=lf + +*.php diff=php + +/.docker/ export-ignore +/.github/ export-ignore +/docs/ export-ignore +/tests/ export-ignore +/.editorconfig export-ignore +/.env export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/codeception.dist.yml export-ignore +/infection.json.dist export-ignore +/phpcs.xml export-ignore +/psalm.xml export-ignore +/rector.php export-ignore \ No newline at end of file diff --git a/composer.json b/composer.json index 3c09526..45d05f2 100644 --- a/composer.json +++ b/composer.json @@ -36,9 +36,10 @@ "phpbench/phpbench": "^1.2", "phpmetrics/phpmetrics": "^2.8", - "rector/rector": "^0.15.17", "infection/infection": "^0.26.6", "infection/codeception-adapter": "^0.4.1", + + "rector/rector": "^0.15.17", "italystrap/debug": "^2.1", "italystrap/storage-tests": "dev-master" },