From dcd309e3a253007868e9addbdaf77ed5858c4689 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 22 May 2023 17:30:32 +0300 Subject: [PATCH] Add .gitattributes --- .gitattributes | 17 +++++++++++++++++ composer.json | 1 - 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b33b19 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +/.idea export-ignore +/.github export-ignore +/doc export-ignore +/src/Doc export-ignore +/tests export-ignore +/docker export-ignore +phpunit.xml export-ignore +psalm.xml export-ignore +Makefile export-ignore +README.md export-ignore +UPGRADING-v5.md export-ignore +UPGRADING-v6.md export-ignore +LICENSE export-ignore +linker.php export-ignore +docker-compose.yaml export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore \ No newline at end of file diff --git a/composer.json b/composer.json index 539a065..54955a6 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "symfony/process": "^5.2", "rregeer/phpunit-coverage-check": "^0.3.1", "php-coveralls/php-coveralls": "~2.4.0", - "fp4php/psalm-toolkit": "dev-psalm-v5", "fp4php/functional-psalm-plugin": "^1.0" }, "autoload": {