Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
klimick committed May 22, 2023
1 parent d969485 commit dcd309e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit dcd309e

Please sign in to comment.