Skip to content

Commit

Permalink
introduces gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Oct 9, 2024
1 parent 345f0a9 commit b9a28fe
Show file tree
Hide file tree
Showing 2 changed files with 19 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 @@
* 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
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit b9a28fe

Please sign in to comment.