Skip to content

Commit

Permalink
minore: add missing files to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil committed Jan 18, 2025
1 parent 696030d commit 2795e88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
* text=auto

/.codecov.yml export-ignore
/.editorconfig export-ignore
/.env export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
Expand All @@ -12,8 +14,12 @@
/docker-compose.yaml export-ignore
/Makefile export-ignore
/phpstan.neon export-ignore
/phpunit-dama-doctrine.xml.dist export-ignore
/phpunit export-ignore
/phpunit.xml.dist export-ignore
/phpunit-10.xml.dist export-ignore
/phpunit-paratest.xml.dist export-ignore
/psalm.xml export-ignore
/stubs export-ignore
/tests export-ignore
/utils/rector/tests export-ignore
/utils/rector/composer.json export-ignore
Expand Down

0 comments on commit 2795e88

Please sign in to comment.